'DeclarationPublic Overloads Sub Assign( _ ByVal easyUADataChangeNotificationEventArgs As EasyUADataChangeNotificationEventArgs, _ ByVal attributePoint As UAAttributePoint _ )
'UsageDim 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.
 - attributePoint
 - The attribute point.