Raised before an item is inserted.
Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.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