[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeforeViewChange

BeforeViewChange Event

Fired before the ViewType property change.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[C1Description("BeforeViewChange", "Fired before the view type is changed.")]
[C1Category("UI")]
public event EventHandler<BeforeViewChangeEventArgs> BeforeViewChange
<C1Description("BeforeViewChange", "Fired before the view type is changed.")>
<C1Category("UI")>
Public Event BeforeViewChange As EventHandler(Of BeforeViewChangeEventArgs)
Returns
Type Description
EventHandler<BeforeViewChangeEventArgs> Fired before the property change.
Remarks

Change BeforeViewChangeEventArgs properties to cancel action, to set other view type or to set other range of dates.