Called when the IsItemDataReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsItemDataReadOnlyChanged(
	bool oldIsItemDataReadOnly,
	bool newIsItemDataReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsItemDataReadOnlyChanged ( _
	oldIsItemDataReadOnly As Boolean, _
	newIsItemDataReadOnly As Boolean _
)

Parameters

oldIsItemDataReadOnly
Type: System..::.Boolean
newIsItemDataReadOnly
Type: System..::.Boolean

See Also