ExportListener.BeforeExport Event
Called before a configuration export. If an Exception is thrown, the configuration export will be aborted.For complex data, this method is called for each element.
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public event EventHandler<BeforeExportEventArgs> BeforeExport