UInt8Collection EventsCognex VisionPro 9.20

The UInt8Collection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfuint8_t Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfuint8_t Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfuint8_t Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfuint8_t InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfuint8_t InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfuint8_t MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfuint8_t MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfuint8_t RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfuint8_t RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfuint8_t ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfuint8_t ReplacingItem.)
Top
See Also