New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the UserAddedRow event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridNewRowEventArgs : EventArgs

Inheritance: objectEventArgsVirtualGridNewRowEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridNewRowEventArgs class.

C#
public VirtualGridNewRowEventArgs(Dictionary<int, object> newValues)
Parameters:newValuesDictionary<int, object>

The new values.

Properties

NewValues

Dictionary<int, object>

Gets the values entered in the new row cells.

C#
public Dictionary<int, object> NewValues { get; }