'Declaration
Protected Overridable Sub OnChildAttributePropertyChanging( _ ByVal attributeFullName As System.String, _ ByVal propertyName As System.String, _ ByVal newValue As System.Object _ )
'Usage
Dim instance As NUIFrameworkElement Dim attributeFullName As System.String Dim propertyName As System.String Dim newValue As System.Object instance.OnChildAttributePropertyChanging(attributeFullName, propertyName, newValue)
protected virtual void OnChildAttributePropertyChanging( System.string attributeFullName, System.string propertyName, System.object newValue )
Parameters
- attributeFullName
- propertyName
- newValue