UInt16Collection EventsCognex VisionPro 9.21

The UInt16Collection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfuint16_t Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfuint16_t Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfuint16_t Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfuint16_t InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfuint16_t InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfuint16_t MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfuint16_t MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfuint16_t RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfuint16_t RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfuint16_t ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfuint16_t ReplacingItem.)
Top
See Also