Click or drag to resize

ExporterBaseExportRemovedHandler Property

Gets or sets the Delegate to be invoked when an existing Export is removed from the Exports.

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

Property Value

ActionExport
See Also