PrintProgressEventHandler Type

A delegate for handling events notifying the application of print progress.

C#

public delegate void PrintProgressEventHandler(object source, PrintProgressEventArgs e);

File

Printer.cs

Parameters

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.