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

Abstract base class for collections that contain objects. If the object implements the System.IDisposable interface, OnDispose is called on the object in DisposeCollectionItems.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class DisposableObjectCollectionBase 
   Inherits SubObjectBase
C# 
public abstract class DisposableObjectCollectionBase : SubObjectBase 

See Also