InitializingNewItemEventArgs::NewItem Property

.NET Framework (current version)
 

Gets the new item added to the DataGrid.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Object^ NewItem {
	Object^ get();
}

Property Value

Type: System::Object^

The new item added to the grid.

.NET Framework
Available since 4.0
Return to top
Show: