VariantCollection EventsCognex VisionPro 9.10

The VariantCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfvariant Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfvariant Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfvariant Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfvariant InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfvariant InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfvariant MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfvariant MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfvariant RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfvariant RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfvariant ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfvariant ReplacingItem.)
Top
See Also