Called when the ContentMemberPath property changes.

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

Syntax

C#
protected virtual void OnContentMemberPathChanged(
	string oldContentMemberPath,
	string newContentMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnContentMemberPathChanged ( _
	oldContentMemberPath As String, _
	newContentMemberPath As String _
)

Parameters

oldContentMemberPath
Type: System..::.String
newContentMemberPath
Type: System..::.String

See Also