Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DateList Class / MoveItem Method

In This Topic
    MoveItem Method (DateList)
    In This Topic
    Implements item moving from one location to another.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub MoveItem( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    protected virtual void MoveItem( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also