Called when the MaxFinishMemberPath property changes.

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

Syntax

C#
protected virtual void OnMaxFinishMemberPathChanged(
	string oldMaxFinishMemberPath,
	string newMaxFinishMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxFinishMemberPathChanged ( _
	oldMaxFinishMemberPath As String, _
	newMaxFinishMemberPath As String _
)

Parameters

oldMaxFinishMemberPath
Type: System..::.String
newMaxFinishMemberPath
Type: System..::.String

See Also