Called when the WorkTimeIntervals property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.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