TypedCollectionT Events |
The TypedCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Cleared |
Occurs when an items have been removed from the collection.
| |
Clearing |
Occurs when an items are about to be removed from the collection.
| |
Inserted |
Occurs when an item has been added/inserted to the collection.
| |
Inserting |
Occurs when an item is about to be added/inserted to the collection.
| |
Removed |
Occurs when an item is removed from the collection.
| |
Removing |
Occurs when an item is about to be removed from the collection.
| |
Reordered |
Occurs when items have been reordered inside the collection.
|