moveItem Method

Summary

Overrides LeadCollection.MoveItem to handle moving items around in the viewer.

Syntax

JavaScript Syntax
ImageViewerItems.prototype.moveItem = function( 
   oldIndex, 
   newIndex 
) 
TypeScript Syntax
moveItem( 
   oldIndex: number, 
   newIndex: number 
): void; // protected 

Parameters

oldIndex

The current index of the ImageViewerItem.

newIndex

The new index of the ImageViewerItem.

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.Controls Assembly