Skip to main content
A newer version of this page is available.
Tab

ASPxGridViewTableCommandCellEventArgs(GridViewTableBaseCommandCell, Object) Constructor

Initializes a new instance of the ASPxGridViewTableCommandCellEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxGridViewTableCommandCellEventArgs(
    GridViewTableBaseCommandCell cell,
    object keyValue
)

Parameters

Name Type Description
cell DevExpress.Web.Rendering.GridViewTableBaseCommandCell

An object that represents the processed command cell. This value is assigned to the ASPxGridViewTableCommandCellEventArgs.Cell property.

keyValue Object

An object that uniquely identifies the row which contains the processed command cell. This value is assigned to the ASPxGridViewItemEventArgs.KeyValue property.

See Also