ArcFM Engine Developer Guide
ReorderItem<T> Method


Swaps the two items in the BindingList
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub ReorderItem(Of T)( _
   ByVal list As BindingList(Of T), _
   ByVal from As Integer, _
   ByVal to As Integer _
) 
'Usage
 
Dim list As BindingList(Of T)
Dim from As Integer
Dim to As Integer
 
Extensions.ReorderItem(Of T)(list, from, to)
[Extension()]
public static void ReorderItem<T>( 
   BindingList<T> list,
   int from,
   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 Feedback