Called when the ActualTimelinePageWidth property changes.

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

Syntax

C#
protected virtual void OnActualTimelinePageWidthChanged(
	double oldActualTimelinePageWidth,
	double newActualTimelinePageWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnActualTimelinePageWidthChanged ( _
	oldActualTimelinePageWidth As Double, _
	newActualTimelinePageWidth As Double _
)

Parameters

oldActualTimelinePageWidth
Type: System..::.Double
newActualTimelinePageWidth
Type: System..::.Double

See Also