remove Method (LeadCollection)

Summary

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

Syntax

JavaScript Syntax
LeadCollection.prototype.remove = function(item)
TypeScript Syntax
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

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