Search Results for

    Show / Hide Table of Contents

    Delegate BeginPrintOut

    Event triggered when a driver starts printing

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void BeginPrintOut(PrintOut driver)
    Parameters
    Type Name Description
    PrintOut driver

    Constructors

    BeginPrintOut(object, nint)

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

    Methods

    BeginInvoke(PrintOut, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(PrintOut)

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