The following tables list the members exposed by AppointmentsDraggingEventArgs.
Name | Description | |
---|---|---|
AppointmentsDraggingEventArgs Constructor | Creates a new instance of the AppointmentsDraggingEventArgs class. |
Name | Description | |
---|---|---|
AllowCopy | Returns or sets whether copies of the appointment(s) can be made during the drag operation. | |
AllowOwnerChange | Returns or sets whether the appointment(s) can be dragged to a different Owner than the one for which the drag operation was initiated. | |
Appointments | Returns a read-only collection of the appointments that are being dragged. | |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
CopyCursor | Returns or sets the cursor which is displayed during the drag operation when the dragged items are being copied. | |
HasCopies | Returns a boolean indicating whether the drag operation currently contains copied Appointment. | |
InitialDateTime | Returns the DateTime over which the cursor was positioned when the operation was initiated. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | |
InitialOwner | Returns the Owner of the appointment(s) at the time the drag operation was initiated. | |
MoveCursor | Returns or sets the cursor which is displayed during the drag operation when the items are being moved without being copied. | |
NewDateTime | Returns the DateTime closest to the current cursor position. (Inherited from Infragistics.Win.UltraWinSchedule.CancelableAppointmentDragEventArgs) | |
NewOwner | Returns the new Owner of the appointment(s), based on the current cursor position. | |
Phase | Returns the phase of the drag operation that this event firing represents, i.e., whether it is beginning, in progress, or ending. |