StringCollection EventsCognex VisionPro 9.21 SR1

The StringCollection type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides CollectionOfstring Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides CollectionOfstring Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides CollectionOfstring Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides CollectionOfstring InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides CollectionOfstring InsertingItem.)
Public eventMovedItem

Raised after an item is moved to a new index.

(Overrides CollectionOfstring MovedItem.)
Public eventMovingItem

Raised before an item is moved to a new index.

(Overrides CollectionOfstring MovingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides CollectionOfstring RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides CollectionOfstring RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides CollectionOfstring ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides CollectionOfstring ReplacingItem.)
Top
See Also