Cog3DVect2Collection EventsCognex VisionPro 9.8 SR1

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