Version

AppointmentsDraggingEventArgs Class Members

The following tables list the members exposed by AppointmentsDraggingEventArgs.

Public Constructors
 NameDescription
Public ConstructorAppointmentsDraggingEventArgs ConstructorCreates a new instance of the AppointmentsDraggingEventArgs class.  
Public Properties
 NameDescription
Public PropertyAllowCopyReturns or sets whether copies of the appointment(s) can be made during the drag operation.  
Public PropertyAllowOwnerChangeReturns or sets whether the appointment(s) can be dragged to a different Owner than the one for which the drag operation was initiated.  
Public PropertyAppointmentsReturns a read-only collection of the appointments that are being dragged.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCopyCursorReturns or sets the cursor which is displayed during the drag operation when the dragged items are being copied.  
Public PropertyHasCopiesReturns a boolean indicating whether the drag operation currently contains copied Appointment.  
Public PropertyInitialDateTimeReturns the DateTime over which the cursor was positioned when the operation was initiated. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs)
Public PropertyInitialOwnerReturns the Owner of the appointment(s) at the time the drag operation was initiated.  
Public PropertyMoveCursorReturns or sets the cursor which is displayed during the drag operation when the items are being moved without being copied.  
Public PropertyNewDateTimeReturns the DateTime closest to the current cursor position. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs)
Public PropertyNewOwnerReturns the new Owner of the appointment(s), based on the current cursor position.  
Public PropertyPhaseReturns the phase of the drag operation that this event firing represents, i.e., whether it is beginning, in progress, or ending.  
See Also