InitializingNewItemEventArgs(Object) Constructor

Definition

Initializes a new instance of the InitializingNewItemEventArgs class.

public:
 InitializingNewItemEventArgs(System::Object ^ newItem);
public InitializingNewItemEventArgs (object newItem);
new System.Windows.Controls.InitializingNewItemEventArgs : obj -> System.Windows.Controls.InitializingNewItemEventArgs
Public Sub New (newItem As Object)

Parameters

newItem
Object

The new item added to the DataGrid.

Applies to