IChanges Methods |
The IChanges type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollectionT. (Inherited from ICollectionChangedItem.) | |
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionChangedItem.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionChangedItem.) | |
| CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from ICollectionChangedItem.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableChangedItem.) | |
| IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListChangedItem.) | |
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListChangedItem.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionChangedItem.) | |
| RemoveAt | Removes the IListT item at the specified index. (Inherited from IListChangedItem.) |