Called when the ResourceItemMemberPath property changes.

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

Syntax

C#
protected virtual void OnResourceItemMemberPathChanged(
	string oldResourceItemMemberPath,
	string newResourceItemMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnResourceItemMemberPathChanged ( _
	oldResourceItemMemberPath As String, _
	newResourceItemMemberPath As String _
)

Parameters

oldResourceItemMemberPath
Type: System..::.String
newResourceItemMemberPath
Type: System..::.String

See Also