TcHmiSrvEventLocalizationListener.OnRequestEventArgs Constructor

Initializes a new instance of the TcHmiSrvEventLocalizationListener.OnRequestEventArgs class.

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

Syntax

C#

public OnRequestEventArgs(
    Context context,
    string locale,
    ILocalizable localizable
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

locale

Type: System.String
The locale in BCP 47 representation.

localizable

Type: TcHmiSrv.ILocalizable
The ILocalizable object to localize.

Reference

TcHmiSrvEventLocalizationListener.OnRequestEventArgs Class

TcHmiSrv Namespace