Delegate PrinterControlEventHandler
Represents the method that will handle the PrinterControl event of a ZPLPrinter.
Namespace: Neodynamic.SDK.ZPLPrinter
Assembly: cs.temp.dll.dll
Syntax
public delegate void PrinterControlEventHandler(object sender, PrinterControlEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event. |
| PrinterControlEventArgs | e | A PrinterControlEventArgs that contains the event data. |