Implements item moving from one location to another.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
protected virtual void MoveItem( int oldIndex, int newIndex ) |
| Visual Basic |
|---|
Protected Overridable Sub MoveItem ( _ oldIndex As Integer, _ newIndex As Integer _ ) |
Parameters
- oldIndex
- Type: System..::..Int32
- newIndex
- Type: System..::..Int32