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
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.
Property | Description |
---|
Data |
OPC AE event data.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also