'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)
public void Assign( EasyUADataChangeNotificationEventArgs easyUADataChangeNotificationEventArgs, UAAttributePoint attributePoint )
public: void Assign( EasyUADataChangeNotificationEventArgs^ easyUADataChangeNotificationEventArgs, UAAttributePoint^ attributePoint )
Parameters
- easyUADataChangeNotificationEventArgs
- The data change notification event arguments to be assigned to these arguments.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - attributePoint
- The attribute point.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).