IEditableCollectionView::CurrentAddItem Property

 

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

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property Object^ CurrentAddItem {
	Object^ get();
}

Property Value

Type: System::Object^

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

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: