function Leadtools.LeadCollection.remove( item )
Parameter | Type | Description |
---|---|---|
item | object | The object to remove from the LeadCollection. The value can be null. |
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.