OpcClientStateChangedEventArgs Class

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for the StateChanged event.

C#

public class OpcClientStateChangedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcClientStateChangedEventArgs

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