A delegate for handling events notifying the application of print progress.
public delegate void PrintProgressEventHandler(object source, PrintProgressEventArgs e);
Printer.cs
Parameters | Description |
---|---|
source | A pointer to the object that created the event. |
e | A PrintProgressEventArgs class derived from EventArgs. See PrintProgressEventArgs for information on the extended information passed through this class. |