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 _
)

Parameters

oldEffort
Type: System..::.TimeSpan
newEffort
Type: System..::.TimeSpan

See Also