←Select platform

CreateMove Method

Summary

Creates a new AnnNotifyCollectionChangedEventArgs for a move item event.

Syntax

C#
VB
Java
WinRT C#
Public Shared Function CreateMove( _ 
   ByVal oldStartingIndex As Integer, _ 
   ByVal newStartingIndex As Integer _ 
) As Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs 
public static AnnNotifyCollectionChangedEvent createMove(Object source, int oldStartingIndex, int newStartingIndex) 
             
 function Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateMove(  
   oldStartingIndex , 
   newStartingIndex  
) 

Parameters

oldStartingIndex
0-based old starting index of the move operation

newStartingIndex
0-based new starting index of the move operation

Return Value

The object this method creates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly