Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / OnIndexChanging Method
node whose index in the base array is changing
current node index
new node index


In This Topic
    OnIndexChanging Method (NUIElementContainer)
    In This Topic
    Called when the index of the specified node is about to change
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnIndexChanging( _
       ByVal node As INNode, _
       ByVal curIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim node As INNode
    Dim curIndex As System.Integer
    Dim newIndex As System.Integer
     
    instance.OnIndexChanging(node, curIndex, newIndex)
    protected virtual void OnIndexChanging( 
       INNode node,
       System.int curIndex,
       System.int newIndex
    )

    Parameters

    node
    node whose index in the base array is changing
    curIndex
    current node index
    newIndex
    new 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