Called when the IsReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsReadOnlyChanged(
	bool oldIsReadOnly,
	bool newIsReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsReadOnlyChanged ( _
	oldIsReadOnly As Boolean, _
	newIsReadOnly As Boolean _
)

Parameters

oldIsReadOnly
Type: System..::.Boolean
newIsReadOnly
Type: System..::.Boolean

See Also