'Declaration
<ComVisibleAttribute(False)> Public Delegate Sub EasyUADataChangeNotificationEventHandler( _ ByVal sender As Object, _ ByVal e As EasyUADataChangeNotificationEventArgs _ )
'Usage
Dim instance As New EasyUADataChangeNotificationEventHandler(AddressOf HandlerMethod)
[ComVisible(false)] public delegate void EasyUADataChangeNotificationEventHandler( object sender, EasyUADataChangeNotificationEventArgs e )
[ComVisible(false)] public delegate void EasyUADataChangeNotificationEventHandler( Object^ sender, EasyUADataChangeNotificationEventArgs^ e )
Parameters
- sender
- The source of the event.
- e
- An OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs that contains the event data.