CogDLRuntimeThresholds EventsCognex VisionPro 9.25 SR1

The CogDLRuntimeThresholds 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 TKey, TValue .)
Public eventClearing
Raised before the dictionary is cleared.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventInsertedItem
Raised after an item is inserted.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventInsertingItem
Raised before an item is inserted.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventRemovedItem
Raised after an item is removed.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventRemovingItem
Raised before an item is removed.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventReplacedItem
Raised before an item is replaced.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Public eventReplacingItem
Raised after an item is replaced.
(Inherited from CogSerializableDictionaryBase TKey, TValue .)
Top
See Also