Spread Windows Forms 12.0 Product Documentation
CollectionChanged Event (NotifyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NotifyCollection Class : CollectionChanged Event
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