Search Results for

    Show / Hide Table of Contents

    Delegate BeforeEnterTabEvent

    Callback raised before a tab page is entered, allowing a handler to veto the change by setting cancel to true.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void BeforeEnterTabEvent(ref bool cancel)
    Parameters
    Type Name Description
    bool cancel Callback raised before a tab page is entered, allowing a handler to veto the change by setting cancel to true.

    Constructors

    View Source

    BeforeEnterTabEvent(object, nint)

    Declaration
    public BeforeEnterTabEvent(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(ref bool, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref bool cancel, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    bool cancel
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(ref bool, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool cancel, IAsyncResult result)
    Parameters
    Type Name Description
    bool cancel
    IAsyncResult result
    View Source

    Invoke(ref bool)

    Declaration
    public virtual void Invoke(ref bool cancel)
    Parameters
    Type Name Description
    bool cancel
    • View Source
    In this article
    Back to top Generated by DocFX