Version

AppointmentsDragDropEventArgs Class Members

The following tables list the members exposed by AppointmentsDragDropEventArgs.

Public Constructors
 NameDescription
Public ConstructorAppointmentsDragDropEventArgs ConstructorCreates a new instance of the AppointmentsDragDropEventArgs class.  
Public Properties
 NameDescription
Public PropertyAppointmentsReturns a read-only collection of the appointments that were dragged.  
Public PropertyClearSelectedAppointmentsReturns 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.  
Public PropertyCopiedAppointmentsA 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.  
Public PropertyHasCopiesReturns a boolean indicating whether the appointments being dragged have been copied during the course of the drag operation.  
Public PropertyInitialOwnerReturns the Owner of the appointment(s) at the time the drag operation was initiated.  
Public PropertyNewOwnerReturns the new Owner of the appointment(s).  
See Also