ActiveViewChangingEventHandler<Sender> Interface
A method that will handle the ASPxClientScheduler.ActiveViewChanging event.
Declaration
interface ActiveViewChangingEventHandler<Sender> { (source: Sender, e: ActiveViewChangingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The ASPxClientScheduler control which fires the event. |
e | ActiveViewChangingEventArgs | An ActiveViewChangingEventArgs object that contains event data |