The CogToolCollection type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) | |
| Cleared |
Raised after the collection is cleared.
(Inherited from CogSerializableCollectionBase.) | |
| Clearing |
Raised before the collection is cleared.
(Inherited from CogSerializableCollectionBase.) | |
| InsertedItem |
Raised after an item is inserted.
(Inherited from CogSerializableCollectionBase.) | |
| InsertingItem |
Raised before an item is inserted.
(Inherited from CogSerializableCollectionBase.) | |
| MovedItem |
Raised after an item is moved to a new index.
(Inherited from CogSerializableCollectionBase.) | |
| MovingItem |
Raised before an item is moved to a new index.
(Inherited from CogSerializableCollectionBase.) | |
| RemovedItem |
Raised after an item is removed.
(Inherited from CogSerializableCollectionBase.) | |
| RemovingItem |
Raised before an item is removed.
(Inherited from CogSerializableCollectionBase.) | |
| ReplacedItem |
Raised after an item is replaced.
(Inherited from CogSerializableCollectionBase.) | |
| ReplacingItem |
Raised before an item is replaced.
(Inherited from CogSerializableCollectionBase.) |
See Also