BindingListCollectionView.CurrentAddItem Proprietà

Definizione

Ottiene l'elemento che viene aggiunto durante la transazione di aggiunta corrente.

public:
 property System::Object ^ CurrentAddItem { System::Object ^ get(); };
public object CurrentAddItem { get; }
member this.CurrentAddItem : obj
Public ReadOnly Property CurrentAddItem As Object

Valore della proprietà

Elemento aggiunto se IsAddingNew è true. In caso contrario, null.

Implementazioni

Si applica a

Vedi anche