[]
Represents a method that can handle page-related events such as PageAdded, PageUpdated, PageChanged and PageDeleted.
public delegate void PageEventHandler(C1PrintDocument sender, PageEventArgs e)
| Type | Name | Description |
|---|---|---|
| C1PrintDocument | sender | The source of the event. |
| PageEventArgs | e | A PageEventArgs that contains the event data. |
| Name | Description |
|---|---|
| PageEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(C1PrintDocument, PageEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(C1PrintDocument, PageEventArgs) |