Called when the MinDayDisplayStart property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected virtual void OnMinDayDisplayStartChanged(
	TimeOfDay oldMinDayDisplayStart,
	TimeOfDay newMinDayDisplayStart
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinDayDisplayStartChanged ( _
	oldMinDayDisplayStart As TimeOfDay, _
	newMinDayDisplayStart As TimeOfDay _
)

Parameters

oldMinDayDisplayStart
Type: DlhSoft.Windows.Data..::.TimeOfDay
newMinDayDisplayStart
Type: DlhSoft.Windows.Data..::.TimeOfDay

See Also