EventListener Class
Provides a listener to interact with the event system of the TwinCAT HMI server.
Inheritance Hierarchy
System.Object
Listener
TcHmiSrv.Core.Listeners.EventListener
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class EventListener : Listener,
IExternalCaller<string, ErrorValue>
The EventListener type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Events
|
Name |
Description |
---|---|---|
|
Called when an Event is changed. | |
|
Called when the Events are listed. | |
|
Called when an extension is loaded and it's initial list of Events is fetched. | |
|
Called when an Event is deleted. |