ConfigListener Class
Represents a listener to interact with the configuration of the TwinCAT HMI server configuration. This class cannot be inherited.
Inheritance Hierarchy
System.Object
TcHmiSrv.Core.Listeners.ConfigListener
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public sealed class ConfigListener : IListener
The ConfigListener type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ConfigListener class. |
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 before a configuration Value is changed. If an Exception is thrown, the change will be aborted.For complex data, this method is called for each element. | |
|
Called before a configuration Value is deleted. If an Exception is thrown, the deletion will be aborted. | |
|
Called before a configuration Value is renamed. If an Exception is thrown, renaming will be aborted. | |
|
Called after a configuration Value has been successfully changed. For complex data, this method is called for each element. | |
|
Called after a configuration Value has been deleted. For complex data, this method is called for each element. | |
|
Called after a configuration Value has been renamed. |