Search Results for

    Show / Hide Table of Contents

    Delegate ProgressBarAdvanced.MinChangedHandler

    When the MinValue property is changed.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void ProgressBarAdvanced.MinChangedHandler(object sender, EventArgs e)
    Parameters
    Type Name Description
    object sender When the MinValue property is changed.
    EventArgs e When the MinValue property is changed.

    Constructors

    MinChangedHandler(object, nint)

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

    Methods

    BeginInvoke(object, EventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, EventArgs e, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    EventArgs e
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(object, EventArgs)

    Declaration
    public virtual void Invoke(object sender, EventArgs e)
    Parameters
    Type Name Description
    object sender
    EventArgs e
    In this article
    Back to top Generated by DocFX