AdsStateChangedEventArgs Class

Arguments for the AdsStateChanged event.

Inheritance Hierarchy

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

Syntax

C#

public sealed class AdsStateChangedEventArgs : EventArgs

The AdsStateChangedEventArgs type exposes the following members.

Constructors

 

Name

Description

AdsStateChangedEventArgs Class 1:

AdsStateChangedEventArgs

Initializes a new instance of the AdsStateChangedEventArgs class.

Properties

 

Name

Description

AdsStateChangedEventArgs Class 2:

State

Current state of the ADS device.

Methods

 

Name

Description

AdsStateChangedEventArgs Class 3:

Equals

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

AdsStateChangedEventArgs Class 4:

GetHashCode

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

AdsStateChangedEventArgs Class 5:

GetType

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

AdsStateChangedEventArgs Class 6:

ToString

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

Reference

TwinCAT.Ads Namespace