OpcNodeEventHandler Delegate

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

Represents the method that will handle generic OpcNode related events.

C#

public delegate void OpcNodeEventHandler(object sender, OpcNodeEventArgs e);


Parameters

sender Object

The source of the event (typically an instance of the OpcNode class).

e OpcNodeEventArgs

An instance of the OpcNodeEventArgs class containing the event data.