Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CreateMove Method








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

Error processing SSI file