Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NTreeLayout Class / OnLayedOutTree Method


In This Topic
    OnLayedOutTree Method
    In This Topic
    Called after the layout of the specified tree
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnLayedOutTree( _
       ByVal tree As NTree, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NTreeLayout
    Dim tree As NTree
    Dim context As NLayoutContext
     
    instance.OnLayedOutTree(tree, context)
    protected virtual void OnLayedOutTree( 
       NTree tree,
       NLayoutContext context
    )

    Parameters

    tree
    context
    Remarks
    This implementation raises the LayedOutTree 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