Called when the IsTimelinePageReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsTimelinePageReadOnlyChanged(
	bool oldIsTimelinePageReadOnly,
	bool newIsTimelinePageReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsTimelinePageReadOnlyChanged ( _
	oldIsTimelinePageReadOnly As Boolean, _
	newIsTimelinePageReadOnly As Boolean _
)

Parameters

oldIsTimelinePageReadOnly
Type: System..::.Boolean
newIsTimelinePageReadOnly
Type: System..::.Boolean

See Also