Skip to main content

AppointmentDragEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientScheduler.AppointmentDrag event.

#Declaration

TypeScript
interface AppointmentDragEventHandler<Sender> { (source: Sender, e: ASPxClientAppointmentDragEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event sender (typically an ASPxClientScheduler object).

e ASPxClientAppointmentDragEventArgs

A ASPxClientAppointmentDragEventArgs object that contains event data.