Occurs immediately before the next actions:
- When range of visible dates is changed by the associated calendar control.
- When view type is changed by the ViewType property change.
- When range of visible dates and(or) view type is changed by the C1Scheduler commands.
The event handler receives an argument of type BeforeViewChangeEventArgs containing data related to this event. The following BeforeViewChangeEventArgs properties provide information specific to this event.
Property | Description |
---|
Dates | Gets or sets the range of dates which should be selected in the view. |
Handled | Gets or sets a value that indicates the present state of the event handling. |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
Style | Gets or sets Style value determining which Style should be selected. |