Moves the specified item to a new index in the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void Move(
	LoadChartItem item,
	int toIndex
)
Visual Basic (Declaration)
Public Sub Move ( _
	item As LoadChartItem, _
	toIndex As Integer _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.LoadChartItem
toIndex
Type: System..::.Int32

See Also