Raised before an item is inserted.
Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.0.0
public abstract event EventHandler<DictionaryInsertEventArgs> InsertingItem
public abstract event EventHandler<DictionaryInsertEventArgs> InsertingItem
Public MustOverride Event InsertingItem As EventHandler(Of DictionaryInsertEventArgs)
Public MustOverride Event InsertingItem As EventHandler(Of DictionaryInsertEventArgs)
public:
virtual event EventHandler<DictionaryInsertEventArgs^>^ InsertingItem {
void add (EventHandler<DictionaryInsertEventArgs^>^ value);
void remove (EventHandler<DictionaryInsertEventArgs^>^ value);
}public:
virtual event EventHandler<DictionaryInsertEventArgs^>^ InsertingItem {
void add (EventHandler<DictionaryInsertEventArgs^>^ value);
void remove (EventHandler<DictionaryInsertEventArgs^>^ value);
}Value
Type:
System EventHandler DictionaryInsertEventArgs