Leadtools Namespace > NotifyLeadCollectionChangedEventArgs Class : CreateMove Method |
public static NotifyLeadCollectionChangedEventArgs CreateMove( int oldStartingIndex, int newStartingIndex )
'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)
public static NotifyLeadCollectionChangedEventArgs CreateMove( int oldStartingIndex, int newStartingIndex )
function Leadtools.NotifyLeadCollectionChangedEventArgs.CreateMove( oldStartingIndex , newStartingIndex )
public: static NotifyLeadCollectionChangedEventArgs^ CreateMove( int oldStartingIndex, int newStartingIndex )