Search Results for

    Show / Hide Table of Contents

    Class CancelArgs

    Inheritance
    object
    CancelArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class CancelArgs

    Constructors

    CancelArgs(TabPageAdvanced)

    Declaration
    public CancelArgs(TabPageAdvanced npage)
    Parameters
    Type Name Description
    TabPageAdvanced npage

    Fields

    Cancel

    Declaration
    public bool Cancel
    Field Value
    Type Description
    bool

    Page

    Declaration
    public TabPageAdvanced Page
    Field Value
    Type Description
    TabPageAdvanced
    In this article
    Back to top Generated by DocFX