ConfigListener.BeforeChange Event
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.
Namespace: TcHmiSrv.Core.Listeners
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public event EventHandler<BeforeChangeEventArgs> BeforeChange