CogStringCollection EventsCognex VisionPro 9.20

The CogStringCollection type exposes the following members.

Events

  NameDescription
Public eventChanged
Public eventCleared
Occurs after this collection is cleared.
Public eventClearing
Occurs before this collection is cleared.
Public eventInsertedItem
Occurs after an item is inserted into this collection.
Public eventInsertingItem
Occurs before an item is inserted into this collection.
Public eventKeyChanged
Occurs after an item's key is changed.
Public eventKeyChanging
Occurs before an item's key is changed.
Public eventMovedItem
Occurs after an item is moved to a new index.
Public eventMovingItem
Occurs before an item is moved to a new index.
Public eventRemovedItem
Occurs after an item is removed from this collection.
Public eventRemovingItem
Occurs before an item is removed from this collection.
Public eventReplacedItem
Occurs after an item is replaced in this collection.
Public eventReplacingItem
Occurs before an item is replaced in this collection.
Top
See Also