GraphicInteractiveCollection EventsCognex VisionPro 9.22

The GraphicInteractiveCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfIGraphicInteractivePtr Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfIGraphicInteractivePtr Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfIGraphicInteractivePtr Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfIGraphicInteractivePtr InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfIGraphicInteractivePtr InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfIGraphicInteractivePtr MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfIGraphicInteractivePtr MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfIGraphicInteractivePtr RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfIGraphicInteractivePtr RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfIGraphicInteractivePtr ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfIGraphicInteractivePtr ReplacingItem.)
Top
See Also