IEditableCollectionView.CurrentAddItem Property

Definition

Gets the item that is being added during the current add transaction.

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

Property Value

The item that is being added if IsAddingNew is true; otherwise, null.

Applies to