IEditableCollectionView.IsAddingNew Propriété

Définition

Obtient une valeur qui indique si une transaction d'ajout est en cours.

public:
 property bool IsAddingNew { bool get(); };
public bool IsAddingNew { get; }
member this.IsAddingNew : bool
Public ReadOnly Property IsAddingNew As Boolean

Valeur de propriété

true si une transaction d’ajout est en cours ; sinon, false.

Remarques

Vous commencez une transaction d’ajout en appelant AddNew et terminez la transaction d’ajout en appelant CommitNew ou CancelNew.

S’applique à