Implements item moving from one location to another.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected virtual void MoveItem(
	int oldIndex,
	int newIndex
)
Visual Basic (Declaration)
Protected Overridable Sub MoveItem ( _
	oldIndex As Integer, _
	newIndex As Integer _
)

Parameters

oldIndex
Type: System..::..Int32
newIndex
Type: System..::..Int32

See Also