TcHmiSrvConfigListener.BeforeRenameEventArgs Constructor

Initializes a new instance of the TcHmiSrvConfigListener.BeforeRenameEventArgs class.

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

Syntax

C#

public BeforeRenameEventArgs(
    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 Value to rename.

newPath

Type: System.String
The new path of the Value to rename.

reference

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

Reference

TcHmiSrvConfigListener.BeforeRenameEventArgs Class

TcHmiSrv Namespace