Called when the IsEntityListViewItemDataReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsEntityListViewItemDataReadOnlyChanged(
	bool oldIsEntityListViewItemDataReadOnly,
	bool newIsEntityListViewItemDataReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsEntityListViewItemDataReadOnlyChanged ( _
	oldIsEntityListViewItemDataReadOnly As Boolean, _
	newIsEntityListViewItemDataReadOnly As Boolean _
)

Parameters

oldIsEntityListViewItemDataReadOnly
Type: System..::.Boolean
newIsEntityListViewItemDataReadOnly
Type: System..::.Boolean

See Also