QuickOPC User's Guide and Reference
EasyAENotificationEventHandler Delegate



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace : EasyAENotificationEventHandler Delegate
The source of the event.
An OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAENotificationEventArgs that contains the event data.
Represents the method that will handle an event raised every OPC event subscribed to. This method can be called whether this is a refresh or standard event notification.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub EasyAENotificationEventHandler( _
   ByVal sender As Object, _
   ByVal e As EasyAENotificationEventArgs _
) 
'Usage
 
Dim instance As New EasyAENotificationEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void EasyAENotificationEventHandler( 
   object sender,
   EasyAENotificationEventArgs e
)
[ComVisible(false)]
public delegate void EasyAENotificationEventHandler( 
   Object^ sender,
   EasyAENotificationEventArgs^ e
)

Parameters

sender
The source of the event.
e
An OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAENotificationEventArgs that contains the event data.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

EasyAENotificationEventHandler Members
OpcLabs.EasyOpc.AlarmsAndEvents Namespace