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.For complex data, this method is called for each element.

ConfigListener Events 2:

BeforeDelete

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

ConfigListener Events 3:

BeforeRename

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

ConfigListener Events 4:

OnChange

Called after a configuration Value has been successfully changed. For complex data, this method is called for each element.

ConfigListener Events 5:

OnDelete

Called after a configuration Value has been deleted. For complex data, this method is called for each element.

ConfigListener Events 6:

OnRename

Called after a configuration Value has been renamed.

Reference

ConfigListener Class

TcHmiSrv.Core.Listeners Namespace