Called when the MaxStartMemberPath property changes.

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

Syntax

C#
protected virtual void OnMaxStartMemberPathChanged(
	string oldMaxStartMemberPath,
	string newMaxStartMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxStartMemberPathChanged ( _
	oldMaxStartMemberPath As String, _
	newMaxStartMemberPath As String _
)

Parameters

oldMaxStartMemberPath
Type: System..::.String
newMaxStartMemberPath
Type: System..::.String

See Also