Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramEventSinkService Class / FireNodeBoundsChanging Method
node whose bounds are changing
new node bounds


In This Topic
    FireNodeBoundsChanging Method
    In This Topic
    Fires the NodeBoundsChanging event
    Syntax
    '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
    node whose bounds are changing
    newBounds
    new node bounds

    Return Value

    true if the change is acceptable, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also