Called when the IsNodeIndentationReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsNodeIndentationReadOnlyChanged(
	bool oldIsNodeIndentationReadOnly,
	bool newIsNodeIndentationReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsNodeIndentationReadOnlyChanged ( _
	oldIsNodeIndentationReadOnly As Boolean, _
	newIsNodeIndentationReadOnly As Boolean _
)

Parameters

oldIsNodeIndentationReadOnly
Type: System..::.Boolean
newIsNodeIndentationReadOnly
Type: System..::.Boolean

See Also