AppointmentDropEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientScheduler.AppointmentDrop event.
#Declaration
TypeScript
interface AppointmentDropEventHandler<Sender> { (source: Sender, e: ASPxClientAppointmentDropEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event sender (typically an ASPx |
e | ASPx |
A ASPx |