| UIScreenCollectionMoveItem Method |
Moves the item at the specified index to a new location in the collection.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax protected override void MoveItem(
int oldIndex,
int newIndex
)
Protected Overrides Sub MoveItem (
oldIndex As Integer,
newIndex As Integer
)
protected:
virtual void MoveItem(
int oldIndex,
int newIndex
) override
abstract MoveItem :
oldIndex : int *
newIndex : int -> unit
override MoveItem :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex
- Type: SystemInt32
The zero-based index specifying the location of the item to be moved.
- newIndex
- Type: SystemInt32
The zero-based index specifying the new location of the item.
Remarks See Also