| EditableGridRowEventArgs Constructor (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(
GridViewRow row
)
Public Sub New (
row As GridViewRow
)
Parameters
- row
- Type: System.Web.UI.WebControlsGridViewRow
An instance of the GridViewRow to be associated with this object.
Remarks See Also