Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NotifyCollection Class / CollectionChanged Event


In This Topic
    CollectionChanged Event (NotifyCollection)
    In This Topic
    Occurs when the collection has changed.
    Syntax
    'Declaration
     
    
    Public Event CollectionChanged As CollectionChangeEventHandler
    'Usage
     
    
    Dim instance As NotifyCollection
    Dim handler As CollectionChangeEventHandler
     
    AddHandler instance.CollectionChanged, handler
    public event CollectionChangeEventHandler CollectionChanged
    Event Data

    The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also