Skip to main content
A newer version of this page is available. .

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