Int64Collection EventsCognex VisionPro 9.25 SR1

The Int64Collection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfint64_t Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfint64_t Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfint64_t Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfint64_t InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfint64_t InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfint64_t MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfint64_t MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfint64_t RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfint64_t RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfint64_t ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfint64_t ReplacingItem.)
Top
See Also