[]
Represents the method that will handle the BeginPrint or EndPrint event of a Printer.
public delegate void PrintEventHandler(object sender, PrintEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
PrintEventArgs | e | A PrintEventArgs that contains the event data. |
Name | Description |
---|---|
PrintEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, PrintEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, PrintEventArgs) |