Called when the AssignmentResourceItemMemberPath property changes.

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

Syntax

C#
protected virtual void OnAssignmentResourceItemMemberPathChanged(
	string oldAssignmentResourceItemMemberPath,
	string newAssignmentResourceItemMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnAssignmentResourceItemMemberPathChanged ( _
	oldAssignmentResourceItemMemberPath As String, _
	newAssignmentResourceItemMemberPath As String _
)

Parameters

oldAssignmentResourceItemMemberPath
Type: System..::.String
newAssignmentResourceItemMemberPath
Type: System..::.String

See Also