Delegate EventPrinterNamesHandler
Callback used by the printers configuration dialog to retrieve the alternative
display names for the configurable printer slots.
Assembly: Reportman.Drawing.Forms.dll
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
Declaration
public EventPrinterNamesHandler(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, EventPrinterNamesArgs args, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(object sender, EventPrinterNamesArgs args)
Parameters