createMove Method (NotifyLeadCollectionChangedEventArgs)

Summary

Creates a new instance of NotifyLeadCollectionChangedEventArgs for a move operation.

Syntax

JavaScript Syntax
createMove = function(oldStartingIndex, newStartingIndex)
TypeScript Syntax
static createMove(oldStartingIndex: number, newStartingIndex: number): NotifyLeadCollectionChangedEventArgs;

Parameters

oldStartingIndex

0-based old starting index of the moved item(s)

newStartingIndex

0-based new starting index of the moved item(s)

Return Value

The object this method creates.

Requirements

Target Platforms

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