CollectionCoreT Events |
The CollectionCoreT generic type exposes the following members.
Name | Description | |
---|---|---|
Disposed |
IComponent's Disposed event.
| |
EntityAdded |
Event which is raised at the End of the Add or Insert(index) routine.
| |
EntityAdding |
Event which is raised at the start of the Add or Insert(index) routine. To cancel the addition action, set cancel to true.
| |
EntityRemoved |
Event which is raised at the End of the Remove or RemoveAt(index) routine.
| |
EntityRemoving |
Event which is raised at the start of the Remove or RemoveAt(index) routine. To cancel the remove action, set cancel to true.
| |
ListChanged |
Event which is used in complex databinding.
|