Skip to main content

AppointmentDragEventArgsBase Properties

The base class for classes that provide data for drag-drop related events.
Name Description
AcceptedOperation Specifies the operations the user is allowed to perform.
Cancel Specifies whether to cancel the drag-drop operation.
DraggingAppointments Returns the collection of appointments the user is dragging. Inherited from AppointmentDragDropEventArgsBase.
DragUIOverride Returns the visual representation of appointments the user is dragging.
Handled Inherited from SchedulerDragEventArgsBase.
SourceAppointments Returns the collection of appointments before the changes the user attempts to apply. Inherited from AppointmentDragDropEventArgsBase.
See Also