Called when the IsNodeListViewItemDataReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsNodeListViewItemDataReadOnlyChanged(
	bool oldIsNodeListViewItemDataReadOnly,
	bool newIsNodeListViewItemDataReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsNodeListViewItemDataReadOnlyChanged ( _
	oldIsNodeListViewItemDataReadOnly As Boolean, _
	newIsNodeListViewItemDataReadOnly As Boolean _
)

Parameters

oldIsNodeListViewItemDataReadOnly
Type: System..::.Boolean
newIsNodeListViewItemDataReadOnly
Type: System..::.Boolean

See Also