QuickOPC User's Guide and Reference
Assign(EasyUADataChangeNotificationEventArgs,UAAttributePoint) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class > Assign Method : Assign(EasyUADataChangeNotificationEventArgs,UAAttributePoint) Method
The data change notification event arguments to be assigned to these arguments.
The attribute point.
Assigns OpcLabs.EasyOpc.UA.OperationModel.EasyUADataChangeNotificationEventArgs to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal easyUADataChangeNotificationEventArgs As EasyUADataChangeNotificationEventArgs, _
   ByVal attributePoint As UAAttributePoint _
) 
'Usage
 
Dim instance As UAAttributePointSubscribeArguments
Dim easyUADataChangeNotificationEventArgs As EasyUADataChangeNotificationEventArgs
Dim attributePoint As UAAttributePoint
 
instance.Assign(easyUADataChangeNotificationEventArgs, attributePoint)

Parameters

easyUADataChangeNotificationEventArgs
The data change notification event arguments to be assigned to these arguments.
attributePoint
The attribute point.
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