function Leadtools.LeadCollection.add( item )
Parameter | Type | Description |
---|---|---|
item | object | The object to be added to the end of the LeadCollection. The value can be null. |
LeadCollection accepts null as a valid value and allows duplicate items.
This method raises the CollectionChanged event with Add action.