Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / CheckPreviousParent Method
The node to examine.


In This Topic
    CheckPreviousParent Method (NUIElementContainer)
    In This Topic
    Checks whether the specified node already has a parent. If so, the node is automatically detached from its previous parent.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CheckPreviousParent( _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim node As INNode
     
    instance.CheckPreviousParent(node)
    protected virtual void CheckPreviousParent( 
       INNode node
    )

    Parameters

    node
    The node to examine.
    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