TcHmiSrvConfigListener.BeforeDeleteEventArgs Constructor

Initializes a new instance of the TcHmiSrvConfigListener.BeforeDeleteEventArgs class.

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

Syntax

C#

public BeforeDeleteEventArgs(
    Context context,
    string path,
    Value value,
    string reference
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

path

Type: System.String
The path of the Value to delete.

value

Type: TcHmiSrv.Value
The Value to delete.

reference

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

Reference

TcHmiSrvConfigListener.BeforeDeleteEventArgs Class

TcHmiSrv Namespace