'Declaration
Public Overrides Function OnAttributePropertyChanging( _ ByVal attributeFullName As System.String, _ ByVal attributeProperty As System.String, _ ByVal newValue As System.Object _ ) As System.Boolean
'Usage
Dim instance As NStyleableElement Dim attributeFullName As System.String Dim attributeProperty As System.String Dim newValue As System.Object Dim value As System.Boolean value = instance.OnAttributePropertyChanging(attributeFullName, attributeProperty, newValue)
public override System.bool OnAttributePropertyChanging( System.string attributeFullName, System.string attributeProperty, System.object newValue )
Parameters
- attributeFullName
- attributeProperty
- newValue