Called when the AssignmentAllocationUnitsMemberPath property changes.

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

Syntax

C#
protected virtual void OnAssignmentAllocationUnitsMemberPathChanged(
	string oldAssignmentAllocationUnitsMemberPath,
	string newAssignmentAllocationUnitsMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnAssignmentAllocationUnitsMemberPathChanged ( _
	oldAssignmentAllocationUnitsMemberPath As String, _
	newAssignmentAllocationUnitsMemberPath As String _
)

Parameters

oldAssignmentAllocationUnitsMemberPath
Type: System..::.String
newAssignmentAllocationUnitsMemberPath
Type: System..::.String

See Also