'Declaration
Protected Overridable Sub OnWriteAttributeDataChanged( _ ByVal oldValue As UAAttributeData _ )
'Usage
Dim instance As UADataVariable Dim oldValue As UAAttributeData instance.OnWriteAttributeDataChanged(oldValue)
protected virtual void OnWriteAttributeDataChanged( UAAttributeData oldValue )
protected: virtual void OnWriteAttributeDataChanged( UAAttributeData^ oldValue )
Parameters
- oldValue
- The old value of the property.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).