ActiveViewChangingEventArgs Properties
Provides data for the SchedulerControl.ActiveViewChanging event.Name | Description |
---|---|
Cancel | Gets or sets whether to cancel switching to another Scheduler view. |
NewView | Gets the new value of the SchedulerControl.ActiveView property. |
OldView | Gets the old value of the SchedulerControl.ActiveView property. |
See Also