Called when the TaskIndentationMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskIndentationMemberPathChanged(
	string oldTaskIndentationMemberPath,
	string newTaskIndentationMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskIndentationMemberPathChanged ( _
	oldTaskIndentationMemberPath As String, _
	newTaskIndentationMemberPath As String _
)

Parameters

oldTaskIndentationMemberPath
Type: System..::.String
newTaskIndentationMemberPath
Type: System..::.String

See Also