TcHmiSrvConfigListener.BeforeRenameEventArgs Class

Provides data for a BeforeRename event.

Inheritance Hierarchy

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

Syntax

C#

public class BeforeRenameEventArgs : EventArgs

The TcHmiSrvConfigListener.BeforeRenameEventArgs type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 1:

TcHmiSrvConfigListener.BeforeRenameEventArgs

Initializes a new instance of the TcHmiSrvConfigListener.BeforeRenameEventArgs class.

Properties

 

Name

Description

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 2:

Context

Gets the Context of the event.

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 3:

NewPath

Gets the new path of the Value to rename.

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 4:

OldPath

Gets the old path of the Value to rename.

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 5:

Reference

Gets the name of the JSON schema reference of the Value to rename.

Methods

 

Name

Description

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 6:

Equals

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

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 7:

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.BeforeRenameEventArgs Class 8:

GetHashCode

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

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 9:

GetType

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

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 10:

MemberwiseClone

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

TcHmiSrvConfigListener.BeforeRenameEventArgs Class 11:

ToString

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

Reference

TcHmiSrv Namespace