Called when the LeafCount property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
protected virtual void OnLeafCountChanged(
	int oldLeafCount,
	int newLeafCount
)
Visual Basic (Declaration)
Protected Overridable Sub OnLeafCountChanged ( _
	oldLeafCount As Integer, _
	newLeafCount As Integer _
)

Parameters

oldLeafCount
Type: System..::.Int32
newLeafCount
Type: System..::.Int32

See Also