Search Results for

    Show / Hide Table of Contents

    Delegate FrameMainDesigner.ExitReportEventHandler

    Callback raised when the user requests to exit the designer, letting the host cancel or control disposal through FrameMainDesigner.ExitReportArgs.

    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public delegate void FrameMainDesigner.ExitReportEventHandler(object sender, FrameMainDesigner.ExitReportArgs args)
    Parameters
    Type Name Description
    object sender Callback raised when the user requests to exit the designer, letting the host cancel or control disposal through .
    FrameMainDesigner.ExitReportArgs args Callback raised when the user requests to exit the designer, letting the host cancel or control disposal through .

    Constructors

    View Source

    ExitReportEventHandler(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, ExitReportArgs, AsyncCallback, object)

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

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