Table of Contents

Method EditItem

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

EditItem(object)

Begins an editing transaction on the given item. The transaction is completed by calling either CommitEdit() or CancelEdit(). Any changes made to the item during the transaction are considered "pending", provided that the view supports the notion of "pending changes" for the given item.

void EditItem(object item)

Parameters

item object