Search Results for

    Show / Hide Table of Contents

    Delegate CancelEvent

    Callback for tab page events that may be cancelled, supplying CancelArgs whose Cancel flag the handler can set to stop the action.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void CancelEvent(object sender, CancelArgs args)
    Parameters
    Type Name Description
    object sender Callback for tab page events that may be cancelled, supplying whose Cancel flag the handler can set to stop the action.
    CancelArgs args Callback for tab page events that may be cancelled, supplying whose Cancel flag the handler can set to stop the action.

    Constructors

    View Source

    CancelEvent(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, CancelArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, CancelArgs args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    CancelArgs 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, CancelArgs)

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