Moves the specified item down in the collection.

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

Syntax

C#
public void MoveDown(
	LoadChartItem item
)
Visual Basic (Declaration)
Public Sub MoveDown ( _
	item As LoadChartItem _
)

See Also