IEditableCollectionView::EditItem Method (Object^)

 

Begins an edit transaction of the specified item.

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

void EditItem(
	Object^ item
)

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 .

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: