IEditableCollectionView.IsEditingItem Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob eine Transaktion zum Bearbeiten ausgeführt wird.Gets a value that indicates whether an edit transaction is in progress.
public:
property bool IsEditingItem { bool get(); };
public bool IsEditingItem { get; }
member this.IsEditingItem : bool
Public ReadOnly Property IsEditingItem As Boolean
Eigenschaftswert
true
, wenn eine Transaktion zum Bearbeiten ausgeführt wird, andernfalls false
.true
if an edit transaction is in progress; otherwise, false
.
Hinweise
Sie beginnen eine Bearbeitungs Transaktion, indem EditItem Sie aufrufen und die Transaktion beenden CommitEdit , CancelEditindem Sie oder aufrufen.You begin an edit transaction by calling EditItem and end the transaction by calling CommitEdit or CancelEdit.