Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateList Class / Move Method
The zero-based index specifying the location of the item to be moved.
The zero-based index specifying the new location of the item.

In This Topic
    Move Method (DateList)
    In This Topic
    Moves the item at the specified index to a new location in the collection.
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    public void Move( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    The zero-based index specifying the location of the item to be moved.
    newIndex
    The zero-based index specifying the new location of the item.
    See Also