openPDC Historian Help
ExportAddedHandler Property
NamespacesTVA.Historian.ExportersExporterBaseExportAddedHandler
Gets or sets the Delegate to be invoked when a new Export is added to the Exports.
Declaration Syntax
C#Visual BasicVisual C++
protected Action<Export> ExportAddedHandler { get; set; }
Protected Property ExportAddedHandler As Action(Of Export)
protected:
property Action<Export^>^ ExportAddedHandler {
	Action<Export^>^ get ();
	void set (Action<Export^>^ value);
}

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