PlcNotifications.PlcDeviceConnectionStateChangedEventArgs Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides PlcDeviceConnection data for state changes.

C#

public class PlcDeviceConnectionStateChangedEventArgs : PlcNotifications.PlcDeviceConnectionEventArgs


Inheritance ObjectEventArgsPlcDeviceConnectionEventArgs › PlcNotifications.PlcDeviceConnectionStateChangedEventArgs

Name Description
PlcDeviceConnectionStateChangedEventArgs.#ctor(PlcDeviceConnection, PlcDeviceConnectionState, PlcDeviceConnectionState) Initializes a new instance of the PlcDeviceConnectionStateChangedEventArgs class using the specified connection, oldState and newState.
Name Description
PlcDeviceConnectionEventArgs.Connection Gets the PlcDeviceConnection to that the event and event data does belong.
(Inherited from PlcDeviceConnectionEventArgs)
PlcDeviceConnectionStateChangedEventArgs.NewState Gets the state after the change.
PlcDeviceConnectionStateChangedEventArgs.OldState Gets the state before the change.