Raised before an item is replaced.
Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public abstract event EventHandler<DictionaryReplaceEventArgs> ReplacingItem
public abstract event EventHandler<DictionaryReplaceEventArgs> ReplacingItem
Public MustOverride Event ReplacingItem As EventHandler(Of DictionaryReplaceEventArgs)
Public MustOverride Event ReplacingItem As EventHandler(Of DictionaryReplaceEventArgs)
public:
virtual event EventHandler<DictionaryReplaceEventArgs^>^ ReplacingItem {
void add (EventHandler<DictionaryReplaceEventArgs^>^ value);
void remove (EventHandler<DictionaryReplaceEventArgs^>^ value);
}public:
virtual event EventHandler<DictionaryReplaceEventArgs^>^ ReplacingItem {
void add (EventHandler<DictionaryReplaceEventArgs^>^ value);
void remove (EventHandler<DictionaryReplaceEventArgs^>^ value);
}Value
Type:
System EventHandler DictionaryReplaceEventArgs