ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRowCollection Class / MoveItem Method

In This Topic
    MoveItem Method (TreeRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub MoveItem( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    protected virtual void MoveItem( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also