Called when the IsEntityListViewReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsEntityListViewReadOnlyChanged(
	bool oldIsEntityListViewReadOnly,
	bool newIsEntityListViewReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsEntityListViewReadOnlyChanged ( _
	oldIsEntityListViewReadOnly As Boolean, _
	newIsEntityListViewReadOnly As Boolean _
)

Parameters

oldIsEntityListViewReadOnly
Type: System..::.Boolean
newIsEntityListViewReadOnly
Type: System..::.Boolean

See Also