Search Results for

    Show / Hide Table of Contents

    Delegate TabPageAdvanced.PropChangeHandler

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void TabPageAdvanced.PropChangeHandler(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue)
    Parameters
    Type Name Description
    TabPageAdvanced page
    TabPageAdvanced.Property prop
    object oldValue

    Constructors

    PropChangeHandler(object, nint)

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

    Methods

    BeginInvoke(TabPageAdvanced, Property, object, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    TabPageAdvanced page
    TabPageAdvanced.Property prop
    object oldValue
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(TabPageAdvanced, Property, object)

    Declaration
    public virtual void Invoke(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue)
    Parameters
    Type Name Description
    TabPageAdvanced page
    TabPageAdvanced.Property prop
    object oldValue
    In this article
    Back to top Generated by DocFX