Click or drag to resize

EditableGridRowEventArgs Constructor (Int32, GridViewRow)

Creates as new instance of a class.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public EditableGridRowEventArgs(
	int rowID,
	GridViewRow row
)

Parameters

rowID
Type: SystemInt32
The ID of the row.
row
Type: System.Web.UI.WebControlsGridViewRow
An instance of the GridViewRow to be associated with this object.
Remarks