ICogKeyedCollectionEvents EventsCognex VisionPro 9.24

The ICogKeyedCollectionEvents type exposes the following members.

Events

  NameDescription
Public eventCleared
Raised after the collection is cleared.
(Inherited from ICogCollectionEvents.)
Public eventClearing
Raised before the collection is cleared.
(Inherited from ICogCollectionEvents.)
Public eventInsertedItem
Raised after an item is inserted.
(Inherited from ICogCollectionEvents.)
Public eventInsertingItem
Raised before an item is inserted.
(Inherited from ICogCollectionEvents.)
Public eventKeyChanged
Raised after an item's key is changed.
Public eventKeyChanging
Raised before an item's key is changed.
Public eventMovedItem
Raised after an item is moved to a new index.
(Inherited from ICogCollectionEvents.)
Public eventMovingItem
Raised before an item is moved to a new index.
(Inherited from ICogCollectionEvents.)
Public eventRemovedItem
Raised after an item is removed.
(Inherited from ICogCollectionEvents.)
Public eventRemovingItem
Raised before an item is removed.
(Inherited from ICogCollectionEvents.)
Public eventReplacedItem
Raised after an item is replaced.
(Inherited from ICogCollectionEvents.)
Public eventReplacingItem
Raised before an item is replaced.
(Inherited from ICogCollectionEvents.)
Top
See Also