ActiveViewChangingEventArgs Class
In This Article
Provides data for the client-side ASPxClientScheduler.ActiveViewChanging event.
#Declaration
TypeScript
declare class ActiveViewChangingEventArgs extends ASPxClientEventArgs
#Remarks
The ASPxClientScheduler.ActiveViewChanging is the client-side equivalent of the ASPxScheduler.ActiveViewChangingevent. It occurs when the ASPxScheduler control is about to change its current $View. Handling this event enables you to cancel this operation.
#Inheritance
ASPxClientEventArgs
ActiveViewChangingEventArgs
See Also