Int32Collection EventsCognex VisionPro 9.10

The Int32Collection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfint32_t Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfint32_t Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfint32_t Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfint32_t InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfint32_t InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfint32_t MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfint32_t MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfint32_t RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfint32_t RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfint32_t ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfint32_t ReplacingItem.)
Top
See Also