Search Results for

    Show / Hide Table of Contents

    Delegate BeforeEnterTabEvent

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void BeforeEnterTabEvent(ref bool cancel)
    Parameters
    Type Name Description
    bool cancel

    Constructors

    BeforeEnterTabEvent(object, nint)

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

    Methods

    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

    EndInvoke(ref bool, IAsyncResult)

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

    Invoke(ref bool)

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