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