Removes the item at the specified index of the collection.
LeadCollection.prototype.removeItem = function(index)
removeItem(index: number): void; // protected
index
The 0-based index of the item to remove.
This method raises the CollectionChanged event with Remove action.
Notes to Inheritors
Derived classes can override this method to change the behavior of the Remove and RemoveAt methods.
Products |
Support |
Feedback: removeItem Method (LeadCollection) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|