Called when the TaskCompletionMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskCompletionMemberPathChanged(
	string oldTaskCompletionMemberPath,
	string newTaskCompletionMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskCompletionMemberPathChanged ( _
	oldTaskCompletionMemberPath As String, _
	newTaskCompletionMemberPath As String _
)

Parameters

oldTaskCompletionMemberPath
Type: System..::.String
newTaskCompletionMemberPath
Type: System..::.String

See Also