Called when the OverallCompletedEffort property changes.

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

Syntax

C#
protected virtual void OnOverallCompletedEffortChanged(
	TimeSpan oldOverallCompletedEffort,
	TimeSpan newOverallCompletedEffort
)
Visual Basic (Declaration)
Protected Overridable Sub OnOverallCompletedEffortChanged ( _
	oldOverallCompletedEffort As TimeSpan, _
	newOverallCompletedEffort As TimeSpan _
)

Parameters

oldOverallCompletedEffort
Type: System..::.TimeSpan
newOverallCompletedEffort
Type: System..::.TimeSpan

See Also