Called when the TaskMaxStartMemberPath property changes.

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

Syntax

C#
protected virtual void OnTaskMaxStartMemberPathChanged(
	string oldTaskMaxStartMemberPath,
	string newTaskMaxStartMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnTaskMaxStartMemberPathChanged ( _
	oldTaskMaxStartMemberPath As String, _
	newTaskMaxStartMemberPath As String _
)

Parameters

oldTaskMaxStartMemberPath
Type: System..::.String
newTaskMaxStartMemberPath
Type: System..::.String

See Also