Click or drag to resize

TypedCollectionT Events

The TypedCollectionT generic type exposes the following members.

Events
  NameDescription
Public eventCleared
Occurs when an items have been removed from the collection.
Public eventClearing
Occurs when an items are about to be removed from the collection.
Public eventInserted
Occurs when an item has been added/inserted to the collection.
Public eventInserting
Occurs when an item is about to be added/inserted to the collection.
Public eventRemoved
Occurs when an item is removed from the collection.
Public eventRemoving
Occurs when an item is about to be removed from the collection.
Public eventReordered
Occurs when items have been reordered inside the collection.
Top
See Also