AppointmentsSelectionEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientScheduler.AppointmentsSelectionChanged event.
#Declaration
TypeScript
interface AppointmentsSelectionEventHandler<Sender> { (source: Sender, e: AppointmentsSelectionEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The ASPx |
e | Appointments |
A Appointments |
See Also