Called when the DisplayedEndTime property changes.

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

Syntax

C#
protected virtual void OnDisplayedEndTimeChanged(
	DateTime oldDisplayedEndTime,
	DateTime newDisplayedEndTime
)
Visual Basic (Declaration)
Protected Overridable Sub OnDisplayedEndTimeChanged ( _
	oldDisplayedEndTime As DateTime, _
	newDisplayedEndTime As DateTime _
)

Parameters

oldDisplayedEndTime
Type: System..::.DateTime
newDisplayedEndTime
Type: System..::.DateTime

See Also