Event Constructor (Context, String)

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

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public Event(
    Context context,
    string name
)

Parameters

context

Type: TcHmiSrv.Core.Context
The Context of the Event.

name

Type: System.String
The name of the Event.

Reference

Event Class

Event Overload

TcHmiSrv.Core Namespace