oldStartingIndex Property

Summary

Gets the 0-based index at which a Move, Remove, or Replace action occurred.

Syntax

JavaScript Syntax
Object.defineProperty(NotifyLeadCollectionChangedEventArgs.prototype, 'oldStartingIndex', 
	get: function(), 
   set: function(value) 
) 
TypeScript Syntax
oldStartingIndex: number; 

Property Value

The 0-based index from which old items were removed or moved. If unused, the default is -1.

See NotifyLeadCollectionChangedEventArgs for more information.

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 Assembly