'Declaration
Protected Overridable Function OnPropertyChanging( _ ByVal propertyName As System.String, _ ByVal newValue As System.Object _ ) As System.Boolean
'Usage
Dim instance As NChartNode Dim propertyName As System.String Dim newValue As System.Object Dim value As System.Boolean value = instance.OnPropertyChanging(propertyName, newValue)
protected virtual System.bool OnPropertyChanging( System.string propertyName, System.object newValue )
Parameters
- propertyName
- newValue