Class
VirtualGridNewRowEventArgs

Provides data for the UserAddedRow event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridNewRowEventArgs : EventArgs

Inheritance: objectEventArgsVirtualGridNewRowEventArgs

Inherited Members EventArgs.Empty

Constructors

VirtualGridNewRowEventArgs(Dictionary<int, object>)

Initializes a new instance of the VirtualGridNewRowEventArgs class.

Declaration

cs-api-definition
public VirtualGridNewRowEventArgs(Dictionary<int, object> newValues)

Parameters

newValues

Dictionary<int, object>

The new values.

Properties

NewValues

Gets the values entered in the new row cells.

Declaration

cs-api-definition
public Dictionary<int, object> NewValues { get; }

Property Value

Dictionary<int, object>