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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.