| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub PrintingThreadErrorEventHandler( _ ByVal sender As Object, _ ByVal e As PrintingThreadErrorEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public delegate void PrintingThreadErrorEventHandler( object sender, PrintingThreadErrorEventArgs e ) | |
Parameters
- sender
- Source of the event.
- e
- PrintingThreadErrorEventArgs value that contains the event data.