StringDictionary EventsCognex VisionPro 9.21 SR1

The StringDictionary type exposes the following members.

Events

  NameDescription
Public eventChanged

The actual event.

(Overrides DictionaryOfstring Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides DictionaryOfstring Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides DictionaryOfstring Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides DictionaryOfstring InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides DictionaryOfstring InsertingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides DictionaryOfstring RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides DictionaryOfstring RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides DictionaryOfstring ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides DictionaryOfstring ReplacingItem.)
Top
See Also