Occurs when IDataPoint that belongs to a historic ArchiveFile is received for archival.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<IDataPoint>> HistoricDataReceived
Public Event HistoricDataReceived As EventHandler(Of EventArgs(Of IDataPoint))
public: event EventHandler<EventArgs<IDataPoint^>^>^ HistoricDataReceived { void add (EventHandler<EventArgs<IDataPoint^>^>^ value); void remove (EventHandler<EventArgs<IDataPoint^>^>^ value); }