CogSerializableDictionaryBase TKey, TValue  OnRemovedItem Method Cognex VisionPro 9.22
Raises the Removed event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

protected virtual void OnRemovedItem(
	Object key,
	Object value
)

Parameters

key
Type: System Object
value
Type: System Object
See Also