Called when the AllocationUnits property changes.

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

Syntax

C#
protected virtual void OnAllocationUnitsChanged(
	double oldAllocationUnits,
	double newAllocationUnits
)
Visual Basic (Declaration)
Protected Overridable Sub OnAllocationUnitsChanged ( _
	oldAllocationUnits As Double, _
	newAllocationUnits As Double _
)

Parameters

oldAllocationUnits
Type: System..::.Double
newAllocationUnits
Type: System..::.Double

See Also