ComponentOne Document Library for WinForms
CollectionChanged Event

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > INotifyCollection Interface : CollectionChanged Event
Occurs when a collection changed.
Syntax
'Declaration
 
Event CollectionChanged As NotifyCollectionEventHandler
event NotifyCollectionEventHandler CollectionChanged
Event Data

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

PropertyDescription
Gets the action that caused the event.  
Gets the index of the item that is affected by the change.  
See Also