OpcNodeChangesEventArgs Class

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

Provides the event data for the BeforeApplyChanges and AfterApplyChanges events.

C#

public class OpcNodeChangesEventArgs : OpcNodeEventArgs


Inheritance ObjectEventArgsOpcNodeEventArgs › OpcNodeChangesEventArgs

Name Description
OpcNodeChangesEventArgs(OpcNodeChanges) Initializes a new instance of the OpcNodeChangesEventArgs class using the changes specified.
Name Description
Changes Gets a value indicating the changes affected by the event.
Name Description
IsChangeOf(OpcNodeChanges) Determines whether a specific OpcNodeChanges value is part of the Changes affected by the event.