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