IEditableCollectionView.CurrentAddItem Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the item that is being added during the current add transaction.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.ObjectThe item that is being added if IsAddingNew is true; otherwise, null.
Show: