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(
	ScheduleChartItem item1,
	ScheduleChartItem item2,
	bool includeChildren
)
Visual Basic (Declaration)
Public Sub Switch ( _
	item1 As ScheduleChartItem, _
	item2 As ScheduleChartItem, _
	includeChildren As Boolean _
)

Parameters

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

See Also