(Leadtools.Annotations.Core)

Move Method

Show in webframe





Existing 0-based index of the item.
New 0-based index of the item.
Moves an item to a new index.
Syntax
public void Move( 
   int oldIndex,
   int newIndex
)
Public Sub Move( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
public void Move( 
   int oldIndex,
   int newIndex
)

            
public void move(int oldIndex, int newIndex)
 function Leadtools.Annotations.Core.AnnObservableCollection.Move( 
   oldIndex ,
   newIndex 
)

Parameters

oldIndex
Existing 0-based index of the item.
newIndex
New 0-based index of the item.
Requirements

Target Platforms

See Also

Reference

AnnObservableCollection<T> Class
AnnObservableCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.