Called when the IsNodeListViewItemCollectionReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsNodeListViewItemCollectionReadOnlyChanged(
	bool oldIsNodeListViewItemCollectionReadOnly,
	bool newIsNodeListViewItemCollectionReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsNodeListViewItemCollectionReadOnlyChanged ( _
	oldIsNodeListViewItemCollectionReadOnly As Boolean, _
	newIsNodeListViewItemCollectionReadOnly As Boolean _
)

Parameters

oldIsNodeListViewItemCollectionReadOnly
Type: System..::.Boolean
newIsNodeListViewItemCollectionReadOnly
Type: System..::.Boolean

See Also