ASPxClientScheduler.AppointmentDrop Event
Client-side event that occurs after an appointment has been dragged and dropped.
Declaration
AppointmentDrop: ASPxClientEvent<AppointmentDropEventHandler<ASPxClientScheduler>>
Event Data
The AppointmentDrop event's data class is ASPxClientAppointmentDropEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| dragInformation | Provides information about dropped appointments. |
| handled | Gets or sets a value that specifies whether the event is handled, and the default processing is not required. |
| operation | Provides access to an object that enables you to choose an operation to perform. |
See Also