[]
Occurs before showing print options form.
[C1Description("Printing.BeforeOptionsFormShow", "Fired before showing print options form.")]
[C1Category("Printing")]
public event EventHandler<CancelEventArgs> BeforeOptionsFormShow
<C1Description("Printing.BeforeOptionsFormShow", "Fired before showing print options form.")>
<C1Category("Printing")>
Public Event BeforeOptionsFormShow As EventHandler(Of CancelEventArgs)
| Type | Description |
|---|---|
| EventHandler<CancelEventArgs> | Occurs before showing print options form. |