IEditableCollectionView Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IEditableCollectionView type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddNew | Adds a new item to the underlying collection. |
|
CancelEdit | Ends the edit transaction and, if possible, restores the original value of the item. |
|
CancelNew | Ends the add transaction and discards the pending new item. |
|
CommitEdit | Ends the edit transaction and saves the pending changes. |
|
CommitNew | Ends the add transaction and saves the pending new item. |
|
EditItem | Begins an edit transaction on the specified item. |
|
Remove | Removes the specified item from the collection. |
|
RemoveAt | Removes the item at the specified position from the collection. |
Show: