Raised before an item is removed.
Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.0.0
public abstract event EventHandler<DictionaryRemoveEventArgs> RemovingItem
public abstract event EventHandler<DictionaryRemoveEventArgs> RemovingItem
Public MustOverride Event RemovingItem As EventHandler(Of DictionaryRemoveEventArgs)
Public MustOverride 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