C#
VB
C++
Creates a new instance of NotifyLeadCollectionChangedEventArgs for a move operation.
public static NotifyLeadCollectionChangedEventArgs CreateMove(
int oldStartingIndex,
int newStartingIndex
)
Public Shared Function CreateMove( _
ByVal oldStartingIndex As Integer, _
ByVal newStartingIndex As Integer _
) As Leadtools.NotifyLeadCollectionChangedEventArgs
public:
static Leadtools.NotifyLeadCollectionChangedEventArgs^ CreateMove(
int oldStartingIndex,
int newStartingIndex
)
oldStartingIndex
0-based old starting index of the moved item(s)
newStartingIndex
0-based new starting index of the moved item(s)
The object this method creates.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET