Search Results for

    Show / Hide Table of Contents

    Delegate TabControlAdvanced.DoubleClickTabHandler

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void TabControlAdvanced.DoubleClickTabHandler(TabControlAdvanced sender, TabPageAdvanced page)
    Parameters
    Type Name Description
    TabControlAdvanced sender
    TabPageAdvanced page

    Constructors

    DoubleClickTabHandler(object, nint)

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

    Methods

    BeginInvoke(TabControlAdvanced, TabPageAdvanced, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TabControlAdvanced sender, TabPageAdvanced page, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    TabControlAdvanced sender
    TabPageAdvanced page
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(TabControlAdvanced, TabPageAdvanced)

    Declaration
    public virtual void Invoke(TabControlAdvanced sender, TabPageAdvanced page)
    Parameters
    Type Name Description
    TabControlAdvanced sender
    TabPageAdvanced page
    In this article
    Back to top Generated by DocFX