Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnInserted Method
index at which the node was inserted
node which was inserted


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

    Parameters

    index
    index at which the node was inserted
    node
    node which was inserted
    Remarks
    This implementation fires the NodeInserted event if the implementation is connected to an event sink service
    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