ASPxGridViewRowCommandEventArgs(Int32, Object, CommandEventArgs, Object) Constructor
Initializes a new instance of the ASPxGridViewRowCommandEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxGridViewRowCommandEventArgs(
int visibleIndex,
object keyValue,
CommandEventArgs commandArgs,
object commandSource
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | The row’s visible index. This value is assigned to the ASPxGridViewItemEventArgs.VisibleIndex property. |
keyValue | Object | An object that uniquely identifies the row. This value is assigned to the ASPxGridViewItemEventArgs.KeyValue property. |
commandArgs | CommandEventArgs | A CommandEventArgs object that contains an argument for the command. This value is assigned to the ASPxGridViewRowCommandEventArgs.CommandArgs property. |
commandSource | Object | A Object object that identifies the source of the command. This value is assigned to the ASPxGridViewRowCommandEventArgs.CommandSource property. |
See Also