IEditableCollectionView Interface Methods
In This Topic
For a list of all members of this type, see IEditableCollectionView members.
Public Methods
| | Name | Description |
 | AddNew | Starts the transaction of adding a new item to the underlying collection, which should be committed with the CommitNew method or rolled back with the CancelNew method. |
 | CancelEdit | Rolls back the current edit transaction started by the EditItem method. |
 | CancelNew | Rolls back the current add transaction started by the AddNew method. |
 | CommitEdit | Gets a value indicating whether the view can roll back the current edit transaction started by the EditItem method and restore original values of an editing item. |
 | CommitNew | Commits the current add transaction started by the AddNew method. |
 | EditItem | Begins an edit transaction on the specified item. |
Top
See Also