Called when the IndentationMemberPath property changes.

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

Syntax

C#
protected virtual void OnIndentationMemberPathChanged(
	string oldIndentationMemberPath,
	string newIndentationMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnIndentationMemberPathChanged ( _
	oldIndentationMemberPath As String, _
	newIndentationMemberPath As String _
)

Parameters

oldIndentationMemberPath
Type: System..::.String
newIndentationMemberPath
Type: System..::.String

See Also