Called when the TimelinePageStart property changes.

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

Syntax

C#
protected virtual void OnTimelinePageStartChanged(
	DateTime oldTimelinePageStart,
	DateTime newTimelinePageStart
)
Visual Basic (Declaration)
Protected Overridable Sub OnTimelinePageStartChanged ( _
	oldTimelinePageStart As DateTime, _
	newTimelinePageStart As DateTime _
)

Parameters

oldTimelinePageStart
Type: System..::.DateTime
newTimelinePageStart
Type: System..::.DateTime

See Also