[]
Represents a method that handles the PreviewPrint event.
public delegate void PreviewPrintEventHandler(object sender, PreviewPrintEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event (usually an instance of the C1PreviewPane class). |
| PreviewPrintEventArgs | e | A PreviewPrintEventArgs that contains the event data. |
| Name | Description |
|---|---|
| PreviewPrintEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, PreviewPrintEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PreviewPrintEventArgs) |