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