TcHmiSrvEventLocalizationListener.OnRequestEventHandler Delegate
Represents a method that handles an OnRequest event.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public delegate ErrorValue OnRequestEventHandler(
Object sender,
TcHmiSrvEventLocalizationListener.OnRequestEventArgs e
)
Parameters
sender |
Type: System.Object |
e |
Type: TcHmiSrv.TcHmiSrvEventLocalizationListener.OnRequestEventArgs |