Search Results for

    Show / Hide Table of Contents

    Delegate DateTimePickerAdvanced.ValueChangedEventHandler

    Callback signature for notifications that the control's date and/or time value has changed.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void DateTimePickerAdvanced.ValueChangedEventHandler(object sender, EventArgs e)
    Parameters
    Type Name Description
    object sender Callback signature for notifications that the control's date and/or time value has changed.
    EventArgs e Callback signature for notifications that the control's date and/or time value has changed.

    Constructors

    View Source

    ValueChangedEventHandler(object, nint)

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

    Methods

    View Source

    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
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(object, EventArgs)

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