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