Called when the
Effort property changes.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
protected virtual void OnEffortChanged(
TimeSpan oldEffort,
TimeSpan newEffort
) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnEffortChanged ( _
oldEffort As TimeSpan, _
newEffort As TimeSpan _
) |
See Also