moveItem Method

Summary

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

Syntax
TypeScript
JavaScript
ImageViewerItems.prototype.moveItem = function( 
   oldIndex, 
   newIndex 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly