BoolCollection EventsCognex VisionPro 9.22 SR1

The BoolCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfbool Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfbool Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfbool Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfbool InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfbool InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfbool MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfbool MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfbool RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfbool RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfbool ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfbool ReplacingItem.)
Top
See Also