IEditableCollectionView::EditItem Method (Object^)
.NET Framework (current version)
Begins an edit transaction of the specified item.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- item
-
Type:
System::Object^
The item to edit.
The following example creates a form that prompts the user to edit an existing item. If the user submits the form, the changes are committed to the collection. If the user cancels the form, the changes are discarded. For the entire sample, see Changing a Collection by Using IEditableCollectionView Sample .
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Show: