Called when the Indentation property changes.

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

Syntax

C#
protected virtual void OnIndentationChanged(
	int oldIndentation,
	int newIndentation
)
Visual Basic (Declaration)
Protected Overridable Sub OnIndentationChanged ( _
	oldIndentation As Integer, _
	newIndentation As Integer _
)

Parameters

oldIndentation
Type: System..::.Int32
newIndentation
Type: System..::.Int32

See Also