Called when the OverallCost property changes.

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

Syntax

C#
protected virtual void OnOverallCostChanged(
	double oldOverallCost,
	double newOverallCost
)
Visual Basic (Declaration)
Protected Overridable Sub OnOverallCostChanged ( _
	oldOverallCost As Double, _
	newOverallCost As Double _
)

Parameters

oldOverallCost
Type: System..::.Double
newOverallCost
Type: System..::.Double

See Also