Called when the RootCount property changes.

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

Syntax

C#
protected virtual void OnRootCountChanged(
	int oldRootCount,
	int newRootCount
)
Visual Basic (Declaration)
Protected Overridable Sub OnRootCountChanged ( _
	oldRootCount As Integer, _
	newRootCount As Integer _
)

Parameters

oldRootCount
Type: System..::.Int32
newRootCount
Type: System..::.Int32

See Also