Click or drag to resize

DataLoggerTOnDataReceived Event

http://www.emgu.com
The event that will be raised when the unmanaged code send over data

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public event EventHandler<EventArgs<T>> OnDataReceived

Value

Type: SystemEventHandlerEventArgsT
See Also