Back to Devexpress

IObjectSpace.IsDisposedObject(Object) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-isdisposedobject-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

IObjectSpace.IsDisposedObject(Object) Method

Determines whether an object has been disposed of.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsDisposedObject(
    object obj
)
vb
Function IsDisposedObject(
    obj As Object
) As Boolean

Parameters

NameTypeDescription
objObject

An object to test.

|

Returns

TypeDescription
Boolean

true , if the specified object has been disposed of; otherwise, false.

|

Remarks

Implement this property to indicate whether the object passed as the obj parameter is disposed.

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace