TcHmiSrvConfigListener.OnChangeEventArgs Class

Provides data for an OnChange event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TcHmiSrv.TcHmiSrvConfigListener.OnChangeEventArgs
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class OnChangeEventArgs : EventArgs

The TcHmiSrvConfigListener.OnChangeEventArgs type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvConfigListener.OnChangeEventArgs Class 1:

TcHmiSrvConfigListener.OnChangeEventArgs

Initializes a new instance of the TcHmiSrvConfigListener.OnChangeEventArgs class.

Properties

 

Name

Description

TcHmiSrvConfigListener.OnChangeEventArgs Class 2:

Context

Gets the Context of the event.

TcHmiSrvConfigListener.OnChangeEventArgs Class 3:

Path

Gets the path of the changed Value.

TcHmiSrvConfigListener.OnChangeEventArgs Class 4:

Reference

Gets the name of the JSON schema reference of the changed Value.

Methods

 

Name

Description

TcHmiSrvConfigListener.OnChangeEventArgs Class 5:

Equals

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

TcHmiSrvConfigListener.OnChangeEventArgs Class 6:

Finalize

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

TcHmiSrvConfigListener.OnChangeEventArgs Class 7:

GetHashCode

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

TcHmiSrvConfigListener.OnChangeEventArgs Class 8:

GetType

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

TcHmiSrvConfigListener.OnChangeEventArgs Class 9:

MemberwiseClone

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

TcHmiSrvConfigListener.OnChangeEventArgs Class 10:

ToString

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

Reference

TcHmiSrv Namespace