Called when the IsGanttChartViewReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsGanttChartViewReadOnlyChanged(
	bool oldIsGanttChartViewReadOnly,
	bool newIsGanttChartViewReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsGanttChartViewReadOnlyChanged ( _
	oldIsGanttChartViewReadOnly As Boolean, _
	newIsGanttChartViewReadOnly As Boolean _
)

Parameters

oldIsGanttChartViewReadOnly
Type: System..::.Boolean
newIsGanttChartViewReadOnly
Type: System..::.Boolean

See Also