ObservableBindingListTMove Method
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public void Move(
int oldIndex,
int newIndex
)
Public Sub Move (
oldIndex As Integer,
newIndex As Integer
)
public:
void Move(
int oldIndex,
int newIndex
)
member Move :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex Int32
- The zero-based index specifying the location of the item to be moved.
- newIndex Int32
- The zero-based index specifying the new location of the item.