Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramEventSinkService Class / FireNodeBoundsChanged Method
node whose bounds have changed


In This Topic
    FireNodeBoundsChanged Method
    In This Topic
    Fires the NodeBoundsChanged event
    Syntax
    'Declaration
     
    
    Public Overridable Sub FireNodeBoundsChanged( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NDiagramEventSinkService
    Dim node As INNode
     
    instance.FireNodeBoundsChanged(node)
    public virtual void FireNodeBoundsChanged( 
       INNode node
    )

    Parameters

    node
    node whose bounds have changed
    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