Moves the item at the specified index to a new index in the collection, preserving its hierarchical validity.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public void Move( int fromIndex, int toIndex ) |
Visual Basic (Declaration) |
---|
Public Sub Move ( _ fromIndex As Integer, _ toIndex As Integer _ ) |
Parameters
- fromIndex
- Type: System..::.Int32
- toIndex
- Type: System..::.Int32