Called when the MinStartMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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