MoveAsync Method (C1FilterDataCollection<T>)
In This Topic
Moves an item from the specified position to the new one.
Syntax
'Declaration
Public Overrides Function MoveAsync( _
ByVal As Integer, _
ByVal As Integer _
) As Task
public override Task MoveAsync(
int ,
int
)
Parameters
- fromIndex
- From index.
- toIndex
- To index.
See Also