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