The following tables list the members exposed by LeadCollection.
Name | Description | |
---|---|---|
LeadCollection | Initializes a new empty instance of the LeadCollection class. |
Name | Description | |
---|---|---|
add | Adds an object to the end of the LeadCollection. | |
addRange | Adds the array of objects to the end of the LeadCollection. | |
clear | Removes all items from the LeadCollection. | |
clearItems | Removes all items from the collection. | |
contains | Determines whether an item is in the LeadCollection. | |
indexOf | Searches for the specified object and returns the 0-based index of the first occurrence within the entire LeadCollection. | |
insert | Inserts an item into the LeadCollection at the specified index. | |
insertItem | Inserts an item into the LeadCollection at the specified index. | |
insertItemRange | Inserts an array of items into the LeadCollection at the specified index. | |
insertRange | Inserts an array of items into the LeadCollection at the specified index. | |
move | Moves the item at the specified index to a new location in the collection. | |
moveItem | Moves the item at the specified index to a new location in the collection. | |
onCollectionChanged | Raises the CollectionChanged event with the provided arguments. | |
remove | Removes the first occurrence of a specific object from the LeadCollection. | |
removeAt | Removes the item at the specified index of the LeadCollection. | |
removeItem | Removes the item at the specified index of the collection. | |
removeItemRange | Removes the items at the specified index of the collection. | |
removeRange | Removes the items at the specified index of the collection. | |
setItem | Replaces the item at the specified index. | |
toArray | Gets an array of the items in this collection. |
Name | Description | |
---|---|---|
count | Gets the number of items contained in the LeadCollection. | |
item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
collectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |