[]
public delegate void PrintPageEventHandler(object sender, PrintPageEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| PrintPageEventArgs | e | A PrintPageEventArgs that contains the event data. |
| Name | Description |
|---|---|
| PrintPageEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, PrintPageEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PrintPageEventArgs) |