Called when the AllocationUnitsMemberPath property changes.

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

Syntax

C#
protected virtual void OnAllocationUnitsMemberPathChanged(
	string oldAllocationUnitsMemberPath,
	string newAllocationUnitsMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationUnitsMemberPathChanged ( _
	oldAllocationUnitsMemberPath As String, _
	newAllocationUnitsMemberPath As String _
)

Parameters

oldAllocationUnitsMemberPath
Type: System..::.String
newAllocationUnitsMemberPath
Type: System..::.String

See Also