Called when the MinStartMemberPath property changes.

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

Syntax

C#
protected virtual void OnMinStartMemberPathChanged(
	string oldMinStartMemberPath,
	string newMinStartMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinStartMemberPathChanged ( _
	oldMinStartMemberPath As String, _
	newMinStartMemberPath As String _
)

Parameters

oldMinStartMemberPath
Type: System..::.String
newMinStartMemberPath
Type: System..::.String

See Also