An interface that comprises the events that are common to most
editable keyed VisionPro collections.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
The ICogKeyedCollectionEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Cleared |
Raised after the collection is cleared.
(Inherited from ICogCollectionEvents.) | |
| Clearing |
Raised before the collection is cleared.
(Inherited from ICogCollectionEvents.) | |
| InsertedItem |
Raised after an item is inserted.
(Inherited from ICogCollectionEvents.) | |
| InsertingItem |
Raised before an item is inserted.
(Inherited from ICogCollectionEvents.) | |
| KeyChanged |
Raised after an item's key is changed.
| |
| KeyChanging |
Raised before an item's key is changed.
| |
| MovedItem |
Raised after an item is moved to a new index.
(Inherited from ICogCollectionEvents.) | |
| MovingItem |
Raised before an item is moved to a new index.
(Inherited from ICogCollectionEvents.) | |
| RemovedItem |
Raised after an item is removed.
(Inherited from ICogCollectionEvents.) | |
| RemovingItem |
Raised before an item is removed.
(Inherited from ICogCollectionEvents.) | |
| ReplacedItem |
Raised after an item is replaced.
(Inherited from ICogCollectionEvents.) | |
| ReplacingItem |
Raised before an item is replaced.
(Inherited from ICogCollectionEvents.) |
See Also