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.
Namespace: System.ComponentModel
Assembly: System.Windows (in System.Windows.dll)
Syntax
ReadOnly Property CurrentAddItem As Object
Object CurrentAddItem { get; }
Property Value
Type: System..::.Object
The item that is being added if IsAddingNew is true; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic).
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
IEditableCollectionView Interface