Search Results for

    Show / Hide Table of Contents

    Delegate EventPrinterNamesHandler

    Callback used by the printers configuration dialog to retrieve the alternative display names for the configurable printer slots.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void EventPrinterNamesHandler(object sender, EventPrinterNamesArgs args)
    Parameters
    Type Name Description
    object sender Callback used by the printers configuration dialog to retrieve the alternative display names for the configurable printer slots.
    EventPrinterNamesArgs args Callback used by the printers configuration dialog to retrieve the alternative display names for the configurable printer slots.

    Constructors

    View Source

    EventPrinterNamesHandler(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, EventPrinterNamesArgs, AsyncCallback, object)

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

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