Called when the AreUpdateTimelinePageButtonsVisible property changes.

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

Syntax

C#
protected virtual void OnAreUpdateTimelinePageButtonsVisibleChanged(
	bool oldAreUpdateTimelinePageButtonsVisible,
	bool newAreUpdateTimelinePageButtonsVisible
)
Visual Basic (Declaration)
Protected Overridable Sub OnAreUpdateTimelinePageButtonsVisibleChanged ( _
	oldAreUpdateTimelinePageButtonsVisible As Boolean, _
	newAreUpdateTimelinePageButtonsVisible As Boolean _
)

Parameters

oldAreUpdateTimelinePageButtonsVisible
Type: System..::.Boolean
newAreUpdateTimelinePageButtonsVisible
Type: System..::.Boolean

See Also