The following tables list the members exposed by AppointmentsDragDropEventArgs.
Name | Description | |
---|---|---|
AppointmentsDragDropEventArgs Constructor | Creates a new instance of the AppointmentsDragDropEventArgs class. |
Name | Description | |
---|---|---|
Appointments | Returns a read-only collection of the appointments that were dragged. | |
ClearSelectedAppointments | Returns or sets whether the SelectedAppointments collection will be cleared when the dragged appointments are dropped on a different owner than the one for which the drag operation was initiated. | |
CopiedAppointments | A read-only collection of the appointments that were copied as a result of the user pressing the Control key during the course of the drag operation, or null if no Appointments were copied during the course of the drag operation. | |
HasCopies | Returns a boolean indicating whether the appointments being dragged have been copied during the course of the drag operation. | |
InitialOwner | Returns the Owner of the appointment(s) at the time the drag operation was initiated. | |
NewOwner | Returns the new Owner of the appointment(s). |