Switches two specified items in the collection.

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

Syntax

C#
public void Switch(
	LoadChartItem item1,
	LoadChartItem item2
)
Visual Basic (Declaration)
Public Sub Switch ( _
	item1 As LoadChartItem, _
	item2 As LoadChartItem _
)

See Also