OpcServerStateChangedEventArgs Class

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

Provides the event data for the StateChanged event.

C#

public class OpcServerStateChangedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcServerStateChangedEventArgs

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