Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnIndexChanged Method
node whose index has changed
current node index
old node index


In This Topic
    OnIndexChanged Method (NUIElementContainer)
    In This Topic
    Called when the index of the specified node has changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnIndexChanged( _
       ByVal node As INNode, _
       ByVal curIndex As System.Integer, _
       ByVal oldIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim node As INNode
    Dim curIndex As System.Integer
    Dim oldIndex As System.Integer
     
    instance.OnIndexChanged(node, curIndex, oldIndex)
    protected virtual void OnIndexChanged( 
       INNode node,
       System.int curIndex,
       System.int oldIndex
    )

    Parameters

    node
    node whose index has changed
    curIndex
    current node index
    oldIndex
    old node index
    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