TcHmiSrvConfigListener Events

The TcHmiSrvConfigListener type exposes the following members.

Events

 

Name

Description

TcHmiSrvConfigListener Events 1:

BeforeChange

Called before a configuration Value is changed.
If the returned value does not equal HMI_SUCCESS, the change will be aborted.
This method is also called for all parent elements in the path of the changed configuration Value.

TcHmiSrvConfigListener Events 2:

BeforeDelete

Called before a configuration Value is deleted.
If the returned value does not equal HMI_SUCCESS, the deletion will be aborted.

TcHmiSrvConfigListener Events 3:

BeforeRename

Called before a configuration Value is renamed.
If the returned value does not equal HMI_SUCCESS, renaming will be aborted.

TcHmiSrvConfigListener Events 4:

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.

TcHmiSrvConfigListener Events 5:

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.

TcHmiSrvConfigListener Events 6:

OnRename

Called after a configuration Value has been renamed.

Reference

TcHmiSrvConfigListener Class

TcHmiSrv Namespace