Nevron.Diagram Namespace / NDiagramEventSinkService Class / FireNodeBoundsChanging Method


In This Topic
    FireNodeBoundsChanging Method
    In This Topic
    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
    newBounds
    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