Called when the IsItemCollectionReadOnly property changes.

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

Syntax

C#
protected virtual void OnIsItemCollectionReadOnlyChanged(
	bool oldIsItemCollectionReadOnly,
	bool newIsItemCollectionReadOnly
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsItemCollectionReadOnlyChanged ( _
	oldIsItemCollectionReadOnly As Boolean, _
	newIsItemCollectionReadOnly As Boolean _
)

Parameters

oldIsItemCollectionReadOnly
Type: System..::.Boolean
newIsItemCollectionReadOnly
Type: System..::.Boolean

See Also