FakePropertyMetaCollection EventsCognex VisionPro 9.25 SR1

The FakePropertyMetaCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfFakePropertyMetaPtr Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfFakePropertyMetaPtr Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfFakePropertyMetaPtr Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfFakePropertyMetaPtr InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfFakePropertyMetaPtr InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfFakePropertyMetaPtr MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfFakePropertyMetaPtr MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfFakePropertyMetaPtr RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfFakePropertyMetaPtr RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfFakePropertyMetaPtr ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfFakePropertyMetaPtr ReplacingItem.)
Top
See Also