Called when the CompletedDuration property changes.

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

Syntax

C#
protected virtual void OnCompletedDurationChanged(
	TimeSpan oldCompletedDuration,
	TimeSpan newCompletedDuration
)
Visual Basic (Declaration)
Protected Overridable Sub OnCompletedDurationChanged ( _
	oldCompletedDuration As TimeSpan, _
	newCompletedDuration As TimeSpan _
)

Parameters

oldCompletedDuration
Type: System..::.TimeSpan
newCompletedDuration
Type: System..::.TimeSpan

See Also