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