Called when the IsExpanded property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
protected virtual void OnIsExpandedChanged(
	bool oldIsExpanded,
	bool newIsExpanded
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsExpandedChanged ( _
	oldIsExpanded As Boolean, _
	newIsExpanded As Boolean _
)

Parameters

oldIsExpanded
Type: System..::.Boolean
newIsExpanded
Type: System..::.Boolean

See Also