Click or drag to resize

ExporterBaseExportAddedHandler Property

Gets or sets the Delegate to be invoked when a new Export is added to the Exports.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected Action<Export> ExportAddedHandler { get; set; }
View Source

Property Value

ActionExport
See Also