move Method (LeadCollection)

Summary

Moves the item at the specified index to a new location in the collection.

Syntax

JavaScript Syntax
LeadCollection.prototype.move = function(oldIndex, newIndex)
TypeScript Syntax
move(oldIndex: number, newIndex: number): void;

Parameters

oldIndex

The 0-based index specifying the location of the item to be moved.

newIndex

The 0-based index specifying the new location of the item.

Remarks

This method raises the CollectionChanged event with Move action.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize