ItemCollection.IEditableCollectionView.IsEditingItem Propriedade

Definição

Obtém um valor que indica se uma transação de edição está em andamento.

property bool System::ComponentModel::IEditableCollectionView::IsEditingItem { bool get(); };
bool System.ComponentModel.IEditableCollectionView.IsEditingItem { get; }
member this.System.ComponentModel.IEditableCollectionView.IsEditingItem : bool
 ReadOnly Property IsEditingItem As Boolean Implements IEditableCollectionView.IsEditingItem

Valor da propriedade

true se uma transação de edição estiver em andamento; caso contrário, false.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ItemCollection instância é convertida em uma IEditableCollectionView interface.

Aplica-se a