Called when the IsNodeListViewReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsNodeListViewReadOnlyChanged(
	bool oldIsNodeListViewReadOnly,
	bool newIsNodeListViewReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsNodeListViewReadOnlyChanged ( _
	oldIsNodeListViewReadOnly As Boolean, _
	newIsNodeListViewReadOnly As Boolean _
)

Parameters

oldIsNodeListViewReadOnly
Type: System..::.Boolean
newIsNodeListViewReadOnly
Type: System..::.Boolean

See Also