AppointmentsSelectionEventHandler<Sender> Interface
A method that will handle the ASPxClientScheduler.AppointmentsSelectionChanged event.
Declaration
interface AppointmentsSelectionEventHandler<Sender> { (source: Sender, e: AppointmentsSelectionEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The ASPxScheduler control which fires the event. |
e | AppointmentsSelectionEventArgs | A AppointmentsSelectionEventArgs object that contains event data. |
See Also