ICogDictionaryEvents InterfaceCognex VisionPro 9.21 SR1
An interface that comprises the events that are common to most VisionPro dictionary classes.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public interface ICogDictionaryEvents

The ICogDictionaryEvents type exposes the following members.

Events

  NameDescription
Public eventCleared
Raised after the dictionary is cleared.
Public eventClearing
Raised before the dictionary is cleared.
Public eventInsertedItem
Raised after an item is inserted.
Public eventInsertingItem
Raised before an item is inserted.
Public eventRemovedItem
Raised after an item is removed.
Public eventRemovingItem
Raised before an item is removed.
Public eventReplacedItem
Raised after an item is replaced.
Public eventReplacingItem
Raised before an item is replaced.
Top
See Also