Called when the CostPerUsage property changes.

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

Syntax

C#
protected virtual void OnCostPerUsageChanged(
	double oldCostPerUsage,
	double newCostPerUsage
)
Visual Basic (Declaration)
Protected Overridable Sub OnCostPerUsageChanged ( _
	oldCostPerUsage As Double, _
	newCostPerUsage As Double _
)

Parameters

oldCostPerUsage
Type: System..::.Double
newCostPerUsage
Type: System..::.Double

See Also