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


In This Topic
    OnModelBoundsChanged Method (NModel)
    In This Topic
    Called when the bounds of the model have changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnModelBoundsChanged() 
    'Usage
     
    
    Dim instance As NModel
     
    instance.OnModelBoundsChanged()
    protected virtual void OnModelBoundsChanged()
    Remarks
    This implementation will notify the possible aggregate model about the change. It will then call the OnBoundsChanged method.
    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