ArcFM Solution Developer Guide
ReorderItem<T> Method


Swaps the two items in the BindingList
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Sub ReorderItem(Of T)( _
   ByVal list As System.ComponentModel.BindingList(Of T), _
   ByVal from As System.Integer, _
   ByVal to As System.Integer _
) 
'Usage
 
Dim list As System.ComponentModel.BindingList(Of T)
Dim from As System.Integer
Dim to As System.Integer
 
Extensions.ReorderItem(Of T)(list, from, to)
[System.Runtime.CompilerServices.Extension()]
public static void ReorderItem<T>( 
   System.ComponentModel.BindingList<T> list,
   System.int from,
   System.int to
)

Parameters

list
from
to

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Extensions Class
Extensions Members

 

 


Send Comment