AdsStateChangedEventArgs2 Class

Event Arguments for AdsStateChanged events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TwinCAT.Ads.AdsStateChangedEventArgs2
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public sealed class AdsStateChangedEventArgs2 : EventArgs

The AdsStateChangedEventArgs2 type exposes the following members.

Properties

 

Name

Description

AdsStateChangedEventArgs2 Class 1:

Connection

Gets the connection.

AdsStateChangedEventArgs2 Class 2:

NewState

The new state

AdsStateChangedEventArgs2 Class 3:

OldState

The old state

AdsStateChangedEventArgs2 Class 4:

Session

The session

Methods

 

Name

Description

AdsStateChangedEventArgs2 Class 5:

Equals

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

AdsStateChangedEventArgs2 Class 6:

GetHashCode

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

AdsStateChangedEventArgs2 Class 7:

GetType

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

AdsStateChangedEventArgs2 Class 8:

ToString

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

Reference

TwinCAT.Ads Namespace

System.EventArgs