GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NotifyCollection Class
Members


NotifyCollection Class
Extends the System.Collections.CollectionBase class which notifies when items are being added or removed from the collection.
Syntax
'Declaration
 
Public MustInherit Class NotifyCollection 
   Inherits System.Collections.CollectionBase
 
'Usage
 
Dim instance As NotifyCollection
Inheritance Hierarchy

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

See Also