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


In This Topic
    NotifyCollection Class
    In This Topic
    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
    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