An interface that comprises the events that are common to most
VisionPro dictionary classes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
The ICogDictionaryEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Cleared |
Raised after the dictionary is cleared.
| |
| Clearing |
Raised before the dictionary is cleared.
| |
| InsertedItem |
Raised after an item is inserted.
| |
| InsertingItem |
Raised before an item is inserted.
| |
| 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