LEADTOOLS (Leadtools assembly)

CreateMove Method

Show in webframe







0-based old starting index of the moved item(s)
0-based new starting index of the moved item(s)
Creates a new instance of NotifyLeadCollectionChangedEventArgs for a move operation.
Syntax
'Declaration
 
Public Shared Function CreateMove( _
   ByVal oldStartingIndex As Integer, _
   ByVal newStartingIndex As Integer _
) As NotifyLeadCollectionChangedEventArgs
'Usage
 
Dim oldStartingIndex As Integer
Dim newStartingIndex As Integer
Dim value As NotifyLeadCollectionChangedEventArgs
 
value = NotifyLeadCollectionChangedEventArgs.CreateMove(oldStartingIndex, newStartingIndex)

            

            
 function Leadtools.NotifyLeadCollectionChangedEventArgs.CreateMove( 
   oldStartingIndex ,
   newStartingIndex 
)

Parameters

oldStartingIndex
0-based old starting index of the moved item(s)
newStartingIndex
0-based new starting index of the moved item(s)

Return Value

The object this method creates.
Requirements

Target Platforms

See Also

Reference

NotifyLeadCollectionChangedEventArgs Class
NotifyLeadCollectionChangedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.