Click or drag to resize

EditableGridRowEventArgs Class

Represents an EditableGrid row-related event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsEditableGridRowEventArgs

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class EditableGridRowEventArgs : EventArgs

The EditableGridRowEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodEditableGridRowEventArgs
Creates as new instance of a class.
Public methodEditableGridRowEventArgs(GridViewRow)
Creates as new instance of a class.
Public methodEditableGridRowEventArgs(Int32, GridViewRow)
Creates as new instance of a class.
Top
Properties
  NameDescription
Public propertyRow
Gets an instance of the GridViewRow whici is associated with this object.
Public propertyRowID
Gets the ID of the row.
Top
Remarks