ActiveViewChangingEventArgs Properties
Provides data for the SchedulerControl.ActiveViewChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether changing of the currently active view should be canceled. |
NewView | Gets the new value of the SchedulerControl.ActiveView property. |
OldView | Gets the old value of the SchedulerControl.ActiveView property. |
See Also