AppointmentDragEventArgsBase Properties
The base class for classes that provide data for drag-drop related events.
Name | Description |
---|---|
Accepted |
Specifies the operations the user is allowed to perform. |
Cancel | Specifies whether to cancel the drag-drop operation. |
Dragging |
Returns the collection of appointments the user is dragging.
Inherited from Appointment |
Drag |
Returns the visual representation of appointments the user is dragging. |
Handled |
Inherited from Scheduler |
Source |
Returns the collection of appointments before the changes the user attempts to apply.
Inherited from Appointment |
See Also