[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeRangeCollection.MoveItem

MoveItem Method

MoveItem(int, int)

Moves the range from oldIndex to newIndex.

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

The old index.

int newIndex

The new index.

Overrides
Exceptions
Type Condition
InvalidOperationException