Called when the MinFinishMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected virtual void OnMinFinishMemberPathChanged(
	string oldMinFinishMemberPath,
	string newMinFinishMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinFinishMemberPathChanged ( _
	oldMinFinishMemberPath As String, _
	newMinFinishMemberPath As String _
)

Parameters

oldMinFinishMemberPath
Type: System..::.String
newMinFinishMemberPath
Type: System..::.String

See Also