[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeforeOptionsFormShow

BeforeOptionsFormShow Event

Occurs before showing print options form.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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)
Returns
Type Description
EventHandler<CancelEventArgs> Occurs before showing print options form.