remove Method

Summary

Removes the first occurrence of a specific object from the LeadCollection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.remove = function( 
   item 
) 
remove( 
   item: any 
): void; 

Parameters

item

The object to remove from the LeadCollection. The value can be null.

Remarks

This method determines equality using the default equality comparer of the type of values in the list.

This method raises the CollectionChanged event with Remove action.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly