Search Results for

    Show / Hide Table of Contents

    Delegate StandardEvent

    Generic callback for a simple control event carrying the sender and standard event arguments.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void StandardEvent(object sender, EventArgs args)
    Parameters
    Type Name Description
    object sender Generic callback for a simple control event carrying the sender and standard event arguments.
    EventArgs args Generic callback for a simple control event carrying the sender and standard event arguments.

    Constructors

    View Source

    StandardEvent(object, nint)

    Declaration
    public StandardEvent(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 args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    EventArgs args
    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 args)
    Parameters
    Type Name Description
    object sender
    EventArgs args
    • View Source
    In this article
    Back to top Generated by DocFX