Raised before an item is removed.
Namespace: Cognex.Vision.ViDiELAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
public override event EventHandler<DictionaryRemoveEventArgs> RemovingItem
public override event EventHandler<DictionaryRemoveEventArgs> RemovingItem
Public Overrides Event RemovingItem As EventHandler(Of DictionaryRemoveEventArgs)
Public Overrides Event RemovingItem As EventHandler(Of DictionaryRemoveEventArgs)
public:
virtual event EventHandler<DictionaryRemoveEventArgs^>^ RemovingItem {
void add (EventHandler<DictionaryRemoveEventArgs^>^ value);
void remove (EventHandler<DictionaryRemoveEventArgs^>^ value);
}public:
virtual event EventHandler<DictionaryRemoveEventArgs^>^ RemovingItem {
void add (EventHandler<DictionaryRemoveEventArgs^>^ value);
void remove (EventHandler<DictionaryRemoveEventArgs^>^ value);
}Value
Type:
System EventHandler DictionaryRemoveEventArgs