ActiveViewChangingEventArgs Properties
Provides data for the client-side ASPxClientScheduler.ActiveViewChanging event.Name | Description |
---|---|
cancel | Gets or sets whether the change of active view should be canceled. |
newView | Gets the new value of the ASPxScheduler.ActiveView property. |
oldView | Gets the value of the ASPxScheduler.ActiveView property before modification. |
See Also