Called when the IsEntityListViewItemCollectionReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsEntityListViewItemCollectionReadOnlyChanged(
	bool oldIsEntityListViewItemCollectionReadOnly,
	bool newIsEntityListViewItemCollectionReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsEntityListViewItemCollectionReadOnlyChanged ( _
	oldIsEntityListViewItemCollectionReadOnly As Boolean, _
	newIsEntityListViewItemCollectionReadOnly As Boolean _
)

Parameters

oldIsEntityListViewItemCollectionReadOnly
Type: System..::.Boolean
newIsEntityListViewItemCollectionReadOnly
Type: System..::.Boolean

See Also