ConnectionStateChangedEventArgs Class
Event arguments for the Connection status changed event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
TwinCATConnectionStateChangedEventArgs
TwinCATSessionConnectionStateChangedEventArgs
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class ConnectionStateChangedEventArgs : EventArgsThe ConnectionStateChangedEventArgs type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
ConnectionStateChangedEventArgs(ConnectionStateChangedReason, ConnectionState, ConnectionState) |
Constructs the ConnectionStateChangedEventArgs arguments. |
|
|
Constructs the ConnectionStateChangedEventArgs arguments. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Exception, (only for Error | |
|
|
New connection state | |
|
|
Old connection state | |
|
|
Reason for the event |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current object. |
- ConnectionStateChangedEventArgs Constructor (ConnectionStateChangedReason, ConnectionState, ConnectionState)
- ConnectionStateChangedEventArgs Constructor (ConnectionStateChangedReason, ConnectionState, ConnectionState, Exception)
- ConnectionStateChangedEventArgs.Exception Property
- ConnectionStateChangedEventArgs.NewState Property
- ConnectionStateChangedEventArgs.OldState Property
- ConnectionStateChangedEventArgs.Reason Property