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