Called when the CompletionMemberPath property changes.

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

Syntax

C#
protected virtual void OnCompletionMemberPathChanged(
	string oldCompletionMemberPath,
	string newCompletionMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnCompletionMemberPathChanged ( _
	oldCompletionMemberPath As String, _
	newCompletionMemberPath As String _
)

Parameters

oldCompletionMemberPath
Type: System..::.String
newCompletionMemberPath
Type: System..::.String

See Also