Called when the WorkTimeIntervals property changes.

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

Syntax

C#
protected virtual void OnWorkTimeIntervalsChanged(
	TimeIntervalCollection oldWorkTimeIntervals,
	TimeIntervalCollection newWorkTimeIntervals
)
Visual Basic (Declaration)
Protected Overridable Sub OnWorkTimeIntervalsChanged ( _
	oldWorkTimeIntervals As TimeIntervalCollection, _
	newWorkTimeIntervals As TimeIntervalCollection _
)

See Also