Called when the CompletedWorkTimeIntervals property changes.

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

Syntax

C#
protected virtual void OnCompletedWorkTimeIntervalsChanged(
	TimeIntervalCollection oldCompletedWorkTimeIntervals,
	TimeIntervalCollection newCompletedWorkTimeIntervals
)
Visual Basic (Declaration)
Protected Overridable Sub OnCompletedWorkTimeIntervalsChanged ( _
	oldCompletedWorkTimeIntervals As TimeIntervalCollection, _
	newCompletedWorkTimeIntervals As TimeIntervalCollection _
)

Parameters

oldCompletedWorkTimeIntervals
Type: DlhSoft.Windows.Data..::.TimeIntervalCollection
newCompletedWorkTimeIntervals
Type: DlhSoft.Windows.Data..::.TimeIntervalCollection

See Also