ICogCollectionEvents InterfaceCognex VisionPro 9.8
An interface that comprises the events that are common to most editable VisionPro collections.

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

public interface ICogCollectionEvents

The ICogCollectionEvents type exposes the following members.

Events

  NameDescription
Public eventCleared
Raised after the collection is cleared.
Public eventClearing
Raised before the collection is cleared.
Public eventInsertedItem
Raised after an item is inserted.
Public eventInsertingItem
Raised before an item is inserted.
Public eventMovedItem
Raised after an item is moved to a new index.
Public eventMovingItem
Raised before an item is moved to a new index.
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