Called when the TimelinePageUpdateAmount property changes.

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

Syntax

C#
protected virtual void OnTimelinePageUpdateAmountChanged(
	TimeSpan oldTimelinePageUpdateAmount,
	TimeSpan newTimelinePageUpdateAmount
)
Visual Basic (Declaration)
Protected Overridable Sub OnTimelinePageUpdateAmountChanged ( _
	oldTimelinePageUpdateAmount As TimeSpan, _
	newTimelinePageUpdateAmount As TimeSpan _
)

Parameters

oldTimelinePageUpdateAmount
Type: System..::.TimeSpan
newTimelinePageUpdateAmount
Type: System..::.TimeSpan

See Also