Called when the TaskCostMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskCostMemberPathChanged(
	string oldTaskCostMemberPath,
	string newTaskCostMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskCostMemberPathChanged ( _
	oldTaskCostMemberPath As String, _
	newTaskCostMemberPath As String _
)

Parameters

oldTaskCostMemberPath
Type: System..::.String
newTaskCostMemberPath
Type: System..::.String

See Also