InitializingNewItemEventArgs Constructor (Object^)

.NET Framework (current version)
 

Initializes a new instance of the InitializingNewItemEventArgs class.

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

public:
InitializingNewItemEventArgs(
	Object^ newItem
)

Parameters

newItem
Type: System::Object^

The new item added to the DataGrid.

.NET Framework
Available since 4.0
Return to top
Show: