Nevron.UI Namespace / NUIElementContainer Class / OnIndexChanged Method


In This Topic
    OnIndexChanged Method (NUIElementContainer)
    In This Topic
    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
    curIndex
    oldIndex
    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