Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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 )