ObservableObjectBaseAllowReadingDisposedObject Property
Gets whether the
Get<T> method (and the observable properties using it)
throw an
ObjectDisposedException when the
IsDisposed property returns
.
In a derived class this property can be overridden to return
, in which case
the
Get<T> method returns the default value of
T after the object is disposed.
The base implementation returns
.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
protected virtual bool AllowReadingDisposedObject { get; }
Protected Overridable ReadOnly Property AllowReadingDisposedObject As Boolean
Get
protected:
virtual property bool AllowReadingDisposedObject {
bool get ();
}
abstract AllowReadingDisposedObject : bool with get
override AllowReadingDisposedObject : bool with get
Property Value
Boolean