openPDC Historian Help
HistoricDataReceived Event
NamespacesTVA.Historian.FilesArchiveFileHistoricDataReceived
Occurs when IDataPoint that belongs to a historic ArchiveFile is received for archival.
Declaration Syntax
C#Visual BasicVisual 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);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252