TcHmiSrvExportListener.BeforeExportEventArgs Constructor
Initializes a new instance of the TcHmiSrvExportListener.BeforeExportEventArgs class.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public BeforeExportEventArgs(
Context context,
string path,
Value value,
Value root,
string reference
)
Parameters
context |
Type: TcHmiSrv.Context |
path |
Type: System.String |
value |
Type: TcHmiSrv.Value |
root |
Type: TcHmiSrv.Value |
reference |
Type: System.String |