OPCAE.NET Reference Manual
OpcEvent Event
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : OpcEvent Event

Glossary Item Box

The user can install event handlers that are called for each event from the OPC server. This enables the user application to do special handling such as e.g. log the events without having to subscribe to the OPC AE server.

Syntax

Visual Basic (Declaration) 
Public Event OpcEvent As EventView.OpcEventHandler
C# 
public event EventView.OpcEventHandler OpcEvent

Event Data

The event handler receives an argument of type OpcEventArgs containing data related to this event. The following OpcEventArgs properties provide information specific to this event.

PropertyDescription
Data OPC AE event data.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.