Occurs when misaligned (by time) IDataPoint is received for archival.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<IDataPoint>> OutOfSequenceDataReceived
Public Event OutOfSequenceDataReceived As EventHandler(Of EventArgs(Of IDataPoint))
public: event EventHandler<EventArgs<IDataPoint^>^>^ OutOfSequenceDataReceived { void add (EventHandler<EventArgs<IDataPoint^>^>^ value); void remove (EventHandler<EventArgs<IDataPoint^>^>^ value); }