Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / OnBoundsChanging Method
new document bounds


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

    Parameters

    newBounds
    new document bounds

    Return Value

    true if the change is acceptable, otherwise false
    Remarks
    The method will fire the NodeBoundsChanging event and update all views
    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