Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NLayoutComponent Class / OnAncestorsChanged Method


In This Topic
    OnAncestorsChanged Method (NLayoutComponent)
    In This Topic
    Updates any references or cache related to the context of the node ancestors
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnAncestorsChanged( _
       ByVal reparentedNode As NNode _
    ) 
    'Usage
     
    
    Dim instance As NLayoutComponent
    Dim reparentedNode As NNode
     
    instance.OnAncestorsChanged(reparentedNode)
    protected override void OnAncestorsChanged( 
       NNode reparentedNode
    )

    Parameters

    reparentedNode
    Remarks
    Overriden to store a reference to the first ancestor node, which is a layout
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also