InitializingNewItemEventArgs.NewItem Property

Definition

Gets the new item added to the DataGrid.

public:
 property System::Object ^ NewItem { System::Object ^ get(); };
public object NewItem { get; }
member this.NewItem : obj
Public ReadOnly Property NewItem As Object

Property Value

The new item added to the grid.

Applies to