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