CogDictionary EventsCognex VisionPro

The CogDictionary type exposes the following members.

Events

  NameDescription
Public eventChanged
This event is raised when one or more parts of the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Public eventCleared
Raised after the dictionary is cleared.
(Inherited from CogSerializableDictionaryBase.)
Public eventClearing
Raised before the dictionary is cleared.
(Inherited from CogSerializableDictionaryBase.)
Public eventInsertedItem
Raised after an item is inserted.
(Inherited from CogSerializableDictionaryBase.)
Public eventInsertingItem
Raised before an item is inserted.
(Inherited from CogSerializableDictionaryBase.)
Public eventRemovedItem
Raised after an item is removed.
(Inherited from CogSerializableDictionaryBase.)
Public eventRemovingItem
Raised before an item is removed.
(Inherited from CogSerializableDictionaryBase.)
Public eventReplacedItem
Raised before an item is replaced.
(Inherited from CogSerializableDictionaryBase.)
Public eventReplacingItem
Raised after an item is replaced.
(Inherited from CogSerializableDictionaryBase.)
Top
See Also