EditItem Method
Collapse the table of content
Expand the table of content

IEditableCollectionView.EditItem Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Begins an edit transaction on the specified item.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

void EditItem(
	Object item
)

Parameters

item
Type: System.Object
The item to edit.

Any changes made to the item during the transaction are considered pending, provided that the view supports the notion of pending changes for the specified item. You call CommitEdit or CancelEdit to end an edit transaction.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft