Raised before an item is inserted.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public override event EventHandler<DictionaryInsertEventArgs> InsertingItem
public override event EventHandler<DictionaryInsertEventArgs> InsertingItem
Public Overrides Event InsertingItem As EventHandler(Of DictionaryInsertEventArgs)
Public Overrides 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