Called when the CostPerHour property changes.

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

Syntax

C#
protected virtual void OnCostPerHourChanged(
	double oldCostPerHour,
	double newCostPerHour
)
Visual Basic (Declaration)
Protected Overridable Sub OnCostPerHourChanged ( _
	oldCostPerHour As Double, _
	newCostPerHour As Double _
)

Parameters

oldCostPerHour
Type: System..::.Double
newCostPerHour
Type: System..::.Double

See Also