Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnInserting Method
index at which the node will be inserted
node which will be inserted


In This Topic
    OnInserting Method (NUIElementContainer)
    In This Topic
    Called when a node is about to be inserted in the base array list
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnInserting( _
       ByVal index As System.Integer, _
       ByVal node As INNode _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim index As System.Integer
    Dim node As INNode
     
    instance.OnInserting(index, node)
    protected virtual void OnInserting( 
       System.int index,
       INNode node
    )

    Parameters

    index
    index at which the node will be inserted
    node
    node which will be inserted
    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