Called when the Duration property changes.

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

Syntax

C#
protected virtual void OnDurationChanged(
	TimeSpan oldDuration,
	TimeSpan newDuration
)
Visual Basic (Declaration)
Protected Overridable Sub OnDurationChanged ( _
	oldDuration As TimeSpan, _
	newDuration As TimeSpan _
)

Parameters

oldDuration
Type: System..::.TimeSpan
newDuration
Type: System..::.TimeSpan

See Also