Version

TaskElementDraggingEventArgs Constructor

Creates a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal task As Infragistics.Win.UltraWinSchedule.Task, _
   ByVal phase As TaskDragPhase, _
   ByVal dragType As TaskDragType, _
   ByVal originalStart As Date, _
   ByVal originalDuration As TimeSpan, _
   ByVal originalDeadline As Date, _
   ByVal originalPercentComplete As Single, _
   ByVal dateTime As Date _
)
public TaskElementDraggingEventArgs( 
   Infragistics.Win.UltraWinSchedule.Task task,
   TaskDragPhase phase,
   TaskDragType dragType,
   DateTime originalStart,
   TimeSpan originalDuration,
   DateTime originalDeadline,
   float originalPercentComplete,
   DateTime dateTime
)

Parameters

task
phase
dragType
originalStart
originalDuration
originalDeadline
originalPercentComplete
dateTime
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