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