Version

FireDragEvents Method

Syntax
'Declaration
 
Protected Function FireDragEvents( _
   ByVal task As Infragistics.Controls.Schedules.IProjectTask, _
   ByVal dragOp As Infragistics.Controls.Schedules.GanttTaskBarDragOperation, _
   ByVal newDateTime As System.Date _
) As System.Boolean
protected System.bool FireDragEvents( 
   Infragistics.Controls.Schedules.IProjectTask task,
   Infragistics.Controls.Schedules.GanttTaskBarDragOperation dragOp,
   System.DateTime newDateTime
)
protected: System.bool FireDragEvents( 
   Infragistics.Controls.Schedules.IProjectTask* task,
   Infragistics.Controls.Schedules.GanttTaskBarDragOperation dragOp,
   System.DateTime newDateTime
) 

Parameters

task
dragOp
newDateTime
Requirements

Target Platforms: 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