Called when the WorkTimeIntervals property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 _ ) |
Parameters
- oldWorkTimeIntervals
- Type: DlhSoft.Windows.Data..::.TimeIntervalCollection
- newWorkTimeIntervals
- Type: DlhSoft.Windows.Data..::.TimeIntervalCollection