Search Results for

    Show / Hide Table of Contents

    Delegate AlterReportEvent

    Event launched when Page Setup action is activated by the user

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate bool AlterReportEvent(IWin32Window parent)
    Parameters
    Type Name Description
    IWin32Window parent Event launched when Page Setup action is activated by the user
    Returns
    Type Description
    bool

    Returns true if the user accept page setup changes

    Constructors

    AlterReportEvent(object, nint)

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

    Methods

    BeginInvoke(IWin32Window, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IWin32Window parent, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IWin32Window parent
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(IWin32Window)

    Declaration
    public virtual bool Invoke(IWin32Window parent)
    Parameters
    Type Name Description
    IWin32Window parent
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX