TcHmiSrvConfigListener.OnRenameEventArgs Constructor

Initializes a new instance of the TcHmiSrvConfigListener.OnRenameEventArgs class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public OnRenameEventArgs(
    Context context,
    string oldPath,
    string newPath,
    string reference
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

oldPath

Type: System.String
The old path of the renamed Value.

newPath

Type: System.String
The new path of the renamed Value.

reference

Type: System.String
The name of the JSON schema reference of the renamed Value.

Reference

TcHmiSrvConfigListener.OnRenameEventArgs Class

TcHmiSrv Namespace