OPC Studio User's Guide and Reference
UADataVariableProcessedEventHandler Delegate



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UADataVariableProcessedEventHandler Delegate
The source of the event.
A OpcLabs.EasyOpc.UA.OperationModel.UADataVariableProcessedEventArgs that contains the event data.
Represents the method that will handle an event that can be handled on a data variable.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub UADataVariableProcessedEventHandler( _
   ByVal sender As Object, _
   ByVal e As UADataVariableProcessedEventArgs _
) 
'Usage
 
Dim instance As New UADataVariableProcessedEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void UADataVariableProcessedEventHandler( 
   object sender,
   UADataVariableProcessedEventArgs e
)
[ComVisible(false)]
public delegate void UADataVariableProcessedEventHandler( 
   Object^ sender,
   UADataVariableProcessedEventArgs^ e
)

Parameters

sender
The source of the event.
e
A OpcLabs.EasyOpc.UA.OperationModel.UADataVariableProcessedEventArgs that contains the event data.
Requirements

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

See Also