EventLocalizationListener Class

Represents a listener to interact with the event system of the TwinCAT HMI server. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Listener
    TcHmiSrv.Core.Listeners.EventLocalizationListener
Namespace:  TcHmiSrv.Core.Listeners
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public sealed class EventLocalizationListener : Listener, 
    IExternalCaller<string, ErrorValue>

The EventLocalizationListener type exposes the following members.

Constructors

 

Name

Description

EventLocalizationListener Class 1:

EventLocalizationListener

Initializes a new instance of the EventLocalizationListener class.

Properties

 

Name

Description

EventLocalizationListener Class 2:

Type

Gets the type of the EventLocalizationListener. (Overrides Listener.Type.)

Methods

 

Name

Description

EventLocalizationListener Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

EventLocalizationListener Class 4:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

EventLocalizationListener Class 5:

GetType

Gets the Type of the current instance. (Inherited from Object.)

EventLocalizationListener Class 6:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Events

 

Name

Description

EventLocalizationListener Class 7:

OnRequest

Called when a String cannot be localized using the language file of the TwinCAT HMI server extension.

Reference

TcHmiSrv.Core.Listeners Namespace