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