'Declaration Public Delegate Sub PrintingThreadErrorEventHandler( _ ByVal sender As Object, _ ByVal e As PrintingThreadErrorEventArgs _ )
public delegate void PrintingThreadErrorEventHandler( object sender, PrintingThreadErrorEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The object that contains the event data.