ActiveViewChangingEventArgs Members
Provides data for the client-side ASPxClientScheduler.ActiveViewChanging event.Constructors
Name | Description |
---|---|
constructor(oldView, newView) | Provides data for the client-side ActiveViewChanging event. |
Properties
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