CogJobResultHistoryCollection EventsCognex VisionPro 9.7

The CogJobResultHistoryCollection 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 CogChangedEventBase.)
Public eventCleared
Raised after the collection is cleared.
(Inherited from CogCollectionBase.)
Public eventClearing
Raised before the collection is cleared.
(Inherited from CogCollectionBase.)
Public eventInsertedItem
Raised after an item is inserted.
(Inherited from CogCollectionBase.)
Public eventInsertingItem
Raised before an item is inserted.
(Inherited from CogCollectionBase.)
Public eventMovedItem
Raised after an item is moved to a new index.
(Inherited from CogCollectionBase.)
Public eventMovingItem
Raised before an item is moved to a new index.
(Inherited from CogCollectionBase.)
Public eventRemovedItem
Raised after an item is removed.
(Inherited from CogCollectionBase.)
Public eventRemovingItem
Raised before an item is removed.
(Inherited from CogCollectionBase.)
Public eventReplacedItem
Raised after an item is replaced.
(Inherited from CogCollectionBase.)
Public eventReplacingItem
Raised before an item is replaced.
(Inherited from CogCollectionBase.)
Top
See Also