PlcDeviceConnectionStateChangedEventArgs Class

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

Provides the event data for the StateChanged event.

C#

public class PlcDeviceConnectionStateChangedEventArgs : EventArgs


Inheritance ObjectEventArgs › PlcDeviceConnectionStateChangedEventArgs

Name Description
PlcDeviceConnectionStateChangedEventArgs(PlcDeviceConnectionState, PlcDeviceConnectionState) Initializes a new instance of the PlcDeviceConnectionStateChangedEventArgs class using the specified oldState and newState.
Name Description
NewState Gets the state after the change.
OldState Gets the state before the change.