TcHmiSrvRequestListener.OnRequestEventArgs Class

Provides data for an OnRequest event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TcHmiSrv.TcHmiSrvRequestListener.OnRequestEventArgs
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class OnRequestEventArgs : EventArgs

The TcHmiSrvRequestListener.OnRequestEventArgs type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvRequestListener.OnRequestEventArgs Class 1:

TcHmiSrvRequestListener.OnRequestEventArgs

Initializes a new instance of the TcHmiSrvRequestListener.OnRequestEventArgs class.

Properties

 

Name

Description

TcHmiSrvRequestListener.OnRequestEventArgs Class 2:

Commands

Gets the Commands to invoke.

TcHmiSrvRequestListener.OnRequestEventArgs Class 3:

Context

Gets the Context of the event.

Methods

 

Name

Description

TcHmiSrvRequestListener.OnRequestEventArgs Class 4:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiSrvRequestListener.OnRequestEventArgs Class 5:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvRequestListener.OnRequestEventArgs Class 6:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSrvRequestListener.OnRequestEventArgs Class 7:

GetType

Gets the Type of the current instance. (Inherited from Object.)

TcHmiSrvRequestListener.OnRequestEventArgs Class 8:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvRequestListener.OnRequestEventArgs Class 9:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TcHmiSrv Namespace