RecordCollection EventsCognex VisionPro 9.24

The RecordCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides KeyedCollectionOfRecordPtr Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides KeyedCollectionOfRecordPtr Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides KeyedCollectionOfRecordPtr Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides KeyedCollectionOfRecordPtr InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides KeyedCollectionOfRecordPtr InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides KeyedCollectionOfRecordPtr MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides KeyedCollectionOfRecordPtr MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides KeyedCollectionOfRecordPtr RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides KeyedCollectionOfRecordPtr RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides KeyedCollectionOfRecordPtr ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides KeyedCollectionOfRecordPtr ReplacingItem.)
Top
See Also