TcHmiSrvRequestListener.OnRequestEventHandler Delegate

Represents the 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,
    TcHmiSrvRequestListener.OnRequestEventArgs e
)

Parameters

sender

Type: System.Object
The source of the event.

e

Type: TcHmiSrv.TcHmiSrvRequestListener.OnRequestEventArgs
The TcHmiSrvRequestListener.OnRequestEventArgs that contain the event data.

Return Value

Type: ErrorValue

Reference

TcHmiSrv Namespace