Skip to main content

AppointmentDropCompletedEventArgs Properties

Provides data for the AppointmentDropCompleted event.
Name Description
DraggingAppointments Returns the collection of appointments the user is dragging. Inherited from AppointmentDragDropEventArgsBase.
DropResult Indicates the result of the drag-drop operation.
Handled Inherited from SchedulerDragEventArgsBase.
SourceAppointments Returns the collection of appointments before the changes the user attempts to apply. Inherited from AppointmentDragDropEventArgsBase.
See Also