Called when the IsExpanderVisible property changes.

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

Syntax

C#
protected virtual void OnIsExpanderVisibleChanged(
	bool oldIsExpanderVisible,
	bool newIsExpanderVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsExpanderVisibleChanged ( _
	oldIsExpanderVisible As Boolean, _
	newIsExpanderVisible As Boolean _
)

Parameters

oldIsExpanderVisible
Type: System..::.Boolean
newIsExpanderVisible
Type: System..::.Boolean

See Also