[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.ObservableCollectionAdapter-2.MoveItem

MoveItem Method

MoveItem(int, int)

Moves the item at the specified index to a new location in the collection.

Declaration
protected override void MoveItem(int oldIndex, int newIndex)
Parameters
Type Name Description
int oldIndex

The zero-based index specifying the location of the item to be moved.

int newIndex

The zero-based index specifying the new location of the item.

Overrides