Infragistics2.Shared.v8.1
DisposableObject Class
See Also  Members  
Infragistics.Shared Namespace : DisposableObject Class

The base class Disposable maintains a boolean flag that keeps track of whether or not the object has been Disposed. It implemnets System.IDisposable and calls a virtual 'OnDispose' method to let the derived class know when the object has been Disposed.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class DisposableObject 
   Inherits MarshalByRefObject
C# 
public abstract class DisposableObject : MarshalByRefObject 

See Also