PropertyMetaCollection EventsCognex VisionPro 9.25 SR1

The PropertyMetaCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfPropertyMetaPtr Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfPropertyMetaPtr Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfPropertyMetaPtr Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfPropertyMetaPtr InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfPropertyMetaPtr InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfPropertyMetaPtr MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfPropertyMetaPtr MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfPropertyMetaPtr RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfPropertyMetaPtr RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfPropertyMetaPtr ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfPropertyMetaPtr ReplacingItem.)
Top
See Also