Called when the IsCompletedMemberPath property changes.

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

Syntax

C#
protected virtual void OnIsCompletedMemberPathChanged(
	string oldIsCompletedMemberPath,
	string newIsCompletedMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsCompletedMemberPathChanged ( _
	oldIsCompletedMemberPath As String, _
	newIsCompletedMemberPath As String _
)

Parameters

oldIsCompletedMemberPath
Type: System..::.String
newIsCompletedMemberPath
Type: System..::.String

See Also