Click or drag to resize

TypedRestrictCollectionT Events

The TypedRestrictCollectionT generic type exposes the following members.

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