Called when the DisplayedTime property changes.

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

Syntax

C#
protected virtual void OnDisplayedTimeChanged(
	DateTime oldDisplayedTime,
	DateTime newDisplayedTime
)
Visual Basic (Declaration)
Protected Overridable Sub OnDisplayedTimeChanged ( _
	oldDisplayedTime As DateTime, _
	newDisplayedTime As DateTime _
)

Parameters

oldDisplayedTime
Type: System..::.DateTime
newDisplayedTime
Type: System..::.DateTime

See Also