Event Constructor (Context, String)

Initializes a new instance of the Event class with the specified Context and name.

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

Syntax

C#

public Event(
    Context ctx,
    string name
)

Parameters

ctx

Type: TcHmiSrv.Context
The Context to be set.

name

Type: System.String
The name to be set.

Reference

Event Class

Event Overload

TcHmiSrv Namespace