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

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