Search Results for

    Show / Hide Table of Contents

    Delegate PageDrawnEvent

    Event launched after a page is drawn

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void PageDrawnEvent(PreviewMetaFile prm)
    Parameters
    Type Name Description
    PreviewMetaFile prm

    PreviewMetaFile containing the page

    Constructors

    PageDrawnEvent(object, nint)

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

    Methods

    BeginInvoke(PreviewMetaFile, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(PreviewMetaFile)

    Declaration
    public virtual void Invoke(PreviewMetaFile prm)
    Parameters
    Type Name Description
    PreviewMetaFile prm
    In this article
    Back to top Generated by DocFX