'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.