[]
Occurs before printing.
[C1Description("Printing.BeforePrint", "Fired before printing.")]
[C1Category("Printing")]
public event EventHandler<CancelEventArgs> BeforePrint
<C1Description("Printing.BeforePrint", "Fired before printing.")>
<C1Category("Printing")>
Public Event BeforePrint As EventHandler(Of CancelEventArgs)
| Type | Description |
|---|---|
| EventHandler<CancelEventArgs> | Occurs before printing. |