PrintEventHandler Delegate
Represents the method that will handle the
Printer.BeginPrint or
Printer.EndPrint event of a
Printer.
'Declaration
Public Delegate Sub PrintEventHandler( _
ByVal As Object, _
ByVal As PrintEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A PrintEventArgs that contains the event data.