Switches two specified items in the collection, optionally with their entire following children arrays.

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

Syntax

C#
public void Switch(
	GanttChartItem item1,
	GanttChartItem item2,
	bool includeChildren
)
Visual Basic (Declaration)
Public Sub Switch ( _
	item1 As GanttChartItem, _
	item2 As GanttChartItem, _
	includeChildren As Boolean _
)

Parameters

item1
Type: DlhSoft.Windows.Controls..::.GanttChartItem
item2
Type: DlhSoft.Windows.Controls..::.GanttChartItem
includeChildren
Type: System..::.Boolean

See Also