ExportListener.BeforeImport Event

Called before a configuration import. If an Exception is thrown, the configuration import 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<BeforeImportEventArgs> BeforeImport

Value

Type: System.EventHandler.BeforeImportEventArgs.

Reference

ExportListener Class

TcHmiSrv.Core.Listeners Namespace