Search Results for

    Show / Hide Table of Contents

    Class CancelArgs

    Event arguments for a tab page action that can be vetoed, carrying the affected page and a Cancel flag a handler can set to prevent the operation.

    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

    View Source

    CancelArgs(TabPageAdvanced)

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

    Fields

    View Source

    Cancel

    Declaration
    public bool Cancel
    Field Value
    Type Description
    bool
    View Source

    Page

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