Spread Windows Forms 12.0 Product Documentation
NotifyCollection Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : NotifyCollection Class
Extends the System.Collections.CollectionBase class which notifies when items are being added or removed from the collection. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
NotifyCollection Class
Syntax
'Declaration
 
Public MustInherit Class NotifyCollection 
   Inherits System.Collections.CollectionBase
'Usage
 
Dim instance As NotifyCollection
public abstract class NotifyCollection : System.Collections.CollectionBase 
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.NotifyCollection
         GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection

See Also

Reference

NotifyCollection Members
GrapeCity.Win.Spread.InputMan.CellType Namespace