OpcEventReceivedEventArgs Class

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

Provides the event data for the EventReceived, EventReceived and EventReceived events.

C#

public class OpcEventReceivedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcEventReceivedEventArgs

Remarks

A OpcEventReceivedEventArgs instance is first passed to the EventReceived event. In case there no handler will set Handled to the value true, the instance is passed to the EventReceived event of the MonitoredItem. In case there no handler at this level will set Handled to the value true, the instance is finally passed to the EventReceived event of owner of the OpcSubscription.

Name Description
Event Gets the event data received.
Handled Gets or sets a value indicating whether the event handler has completely handled the event or whether the system should continue its own processing.
MonitoredItem Gets the OpcMonitoredItem through that the Event information has been received.