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

AppointmentDragStartingEventArgs Properties

Provides data for the AppointmentDragStarting event.
Name Description
AllowedOperations 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.
DragUI Returns the visual representation of appointments the user is dragging.
SourceAppointments Returns the collection of appointments before the changes the user attempts to apply. Inherited from AppointmentDragDropEventArgsBase.
See Also