Version

AppointmentDragPhase Enumeration

Constants which identify the various phases for the AppointmentsDragging event.
Syntax
'Declaration
 
Public Enum AppointmentDragPhase 
   Inherits System.Enum
public enum AppointmentDragPhase : System.Enum 
Members
MemberDescription
BeginningThe drag operation is beginning. This phase coincides with the user dragging the cursor outside a rectangle whose size is defined by the Infragistics.Win.ScaledSystemInformation.GetDragSize(System.Windows.Forms.Control) method, and whose location is defined by the last point at which the logical left mouse button was pressed.
CopyStatusChangingThe user has pressed or released the Control key, changing the copy status of the drag operation. When the Control key is pressed, the selected appointments are copied; completion of such a drag operation results in the dates and owner of the originally selected appointments to remain intact, while copies of those appointments are added at the drop location.
EndingThe user has released the logical left mouse button, committing the result of the drag operation.
MovingThe user is moving the cursor, and the date/time or Owner at the new location is different than the date/time or Owner at the cursor position the last time the event was fired for this phase.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also