Called when the
Cost property changes.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
protected virtual void OnCostChanged(
double oldCost,
double newCost
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnCostChanged ( _
oldCost As Double, _
newCost As Double _
) |
See Also