[This is preliminary documentation and is subject to change.]

Determines ReadOnly property value for the Adding and ItemChanging events

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[BrowsableAttribute(false)]
public override sealed bool AddingReadOnly { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overrides NotOverridable ReadOnly Property AddingReadOnly As Boolean
	Get
Visual C++
[BrowsableAttribute(false)]
public:
virtual property bool AddingReadOnly {
	bool get () override sealed;
}
F#
[<BrowsableAttribute(false)>]
abstract AddingReadOnly : bool
[<BrowsableAttribute(false)>]
override AddingReadOnly : bool
JScript
override final function get AddingReadOnly () : boolean

See Also