Constructor. Initializes a new instance of the C1GridViewSelectEventArgs class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewSelectEventArgs(
	int newSelectedIndex
)
Visual Basic
Public Sub New ( _
	newSelectedIndex As Integer _
)

Parameters

newSelectedIndex
Type: System..::..Int32
The index of the new row to select in the C1GridView control.

See Also