Skip to main content

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 ASPxClientScheduler object).

e ASPxClientAppointmentDropEventArgs

A ASPxClientAppointmentDropEventArgs object that contains event data.