Nevron .NET Vision
Nevron.Diagram Namespace / NModel Class / OnBoundsChanging Method


In This Topic
    OnBoundsChanging Method (NModel)
    In This Topic
    Called when the bounds of the model are about to change
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnBoundsChanging( _
       ByVal newBounds As NRectangleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NModel
    Dim newBounds As NRectangleF
    Dim value As System.Boolean
     
    value = instance.OnBoundsChanging(newBounds)
    protected virtual System.bool OnBoundsChanging( 
       NRectangleF newBounds
    )

    Parameters

    newBounds

    Return Value

    true if the change is acceptable, otherwise false
    Remarks
    This implementation will fire the NodeBoundsChanging event
    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