ActiveViewChangingEventArgs Properties
Provides data for the ASPxScheduler.ActiveViewChanging event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether the change of active view should be cancelled. |
| NewView | Gets the new value of the ASPxScheduler.ActiveView property. |
| OldView | Gets the value of the ASPxScheduler.ActiveView property before modification. |
See Also