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