'Declaration
Public Overridable Function FireNodeBoundsChanging( _ ByVal node As INNode, _ ByVal newBounds As NRectangleF _ ) As System.Boolean
'Usage
Dim instance As NDiagramEventSinkService Dim node As INNode Dim newBounds As NRectangleF Dim value As System.Boolean value = instance.FireNodeBoundsChanging(node, newBounds)
public virtual System.bool FireNodeBoundsChanging( INNode node, NRectangleF newBounds )
Parameters
- node
- newBounds