'Declaration
Public Overridable Function FireNodeAttributePropertyChanging( _ ByVal node As INNode, _ ByVal attributeName As System.String, _ ByVal propertyName As System.String, _ ByVal newValue As System.Object _ ) As System.Boolean
'Usage
Dim instance As NNodeEventSinkService Dim node As INNode Dim attributeName As System.String Dim propertyName As System.String Dim newValue As System.Object Dim value As System.Boolean value = instance.FireNodeAttributePropertyChanging(node, attributeName, propertyName, newValue)
public virtual System.bool FireNodeAttributePropertyChanging( INNode node, System.string attributeName, System.string propertyName, System.object newValue )
Parameters
- node
- attributeName
- propertyName
- newValue