C#
VB
Java
WinRT C#
Creates a new AnnNotifyCollectionChangedEventArgs for a move item event.
public static AnnNotifyCollectionChangedEventArgs CreateMove(
int oldStartingIndex,
int newStartingIndex
)
Public Shared Function CreateMove( _
ByVal oldStartingIndex As Integer, _
ByVal newStartingIndex As Integer _
) As Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs
public static Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs CreateMove(
int oldStartingIndex,
int newStartingIndex
)
public static AnnNotifyCollectionChangedEvent createMove(Object source, int oldStartingIndex, int newStartingIndex)
function Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateMove(
oldStartingIndex ,
newStartingIndex
)
oldStartingIndex
0-based old starting index of the move operation
newStartingIndex
0-based new starting index of the move operation
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