ConfigListener Events

The ConfigListener type exposes the following members.

Events

 

Name

Description

ConfigListener Events 1:

BeforeChange

Called before a configuration Value is changed.
If an Exception is thrown, the change will be aborted.
This method is also called for all parent elements in the path of the changed configuration Value.

ConfigListener Events 2:

BeforeChangeAsync

Called before a configuration Value is changed.
If an Exception is thrown, the change will be aborted.
This method is also called for all parent elements in the path of the changed configuration Value.

ConfigListener Events 3:

BeforeDelete

Called before a configuration Value is deleted.
If an Exception is thrown, the deletion will be aborted.

ConfigListener Events 4:

BeforeDeleteAsync

Called before a configuration Value is deleted.
If an Exception is thrown, the deletion will be aborted.

ConfigListener Events 5:

BeforeRename

Called before a configuration Value is renamed.
If an Exception is thrown, renaming will be aborted.

ConfigListener Events 6:

BeforeRenameAsync

Called before a configuration Value is renamed.
If an Exception is thrown, renaming will be aborted.

ConfigListener Events 7:

OnChange

Called after a configuration Value has been successfully changed.
This method is also called for all parent elements in the path of the changed configuration Value.

ConfigListener Events 8:

OnChangeAsync

Called after a configuration Value has been successfully changed.
This method is also called for all parent elements in the path of the changed configuration Value.

ConfigListener Events 9:

OnDelete

Called after a configuration Value has been deleted.
This method is also called for all parent elements in the path of the deleted configuration Value.

ConfigListener Events 10:

OnDeleteAsync

Called after a configuration Value has been deleted.
This method is also called for all parent elements in the path of the deleted configuration Value.

ConfigListener Events 11:

OnRename

Called after a configuration Value has been renamed.

ConfigListener Events 12:

OnRenameAsync

Called after a configuration Value has been renamed.

Reference

ConfigListener Class TcHmiSrv.Core.Listeners Namespace

Copyright © Beckhoff Automation GmbH & Co. KG