OpcEventReceivedEventHandler Delegate

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

Represents the method that will handle EventReceived, EventReceived and EventReceived events.

C#

public delegate void OpcEventReceivedEventHandler(object sender, OpcEventReceivedEventArgs e);


Parameters

sender Object

The source of the event (an instance of the OpcClient, OpcSubscription or OpcMonitoredItem class).

e OpcEventReceivedEventArgs

An instance of the OpcEventReceivedEventArgs class containing the event data.