Called when the TaskDurationMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskDurationMemberPathChanged(
	string oldTaskDurationMemberPath,
	string newTaskDurationMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskDurationMemberPathChanged ( _
	oldTaskDurationMemberPath As String, _
	newTaskDurationMemberPath As String _
)

Parameters

oldTaskDurationMemberPath
Type: System..::.String
newTaskDurationMemberPath
Type: System..::.String

See Also