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

ASPxGridViewTableCommandCellEventArgs Constructors

Provides data for the ASPxGridView.HtmlCommandCellPrepared event.
Name Parameters Description
ASPxGridViewTableCommandCellEventArgs(GridViewTableBaseCommandCell, Object) cell, keyValue Initializes a new instance of the ASPxGridViewTableCommandCellEventArgs class.
ASPxGridViewTableCommandCellEventArgs(TableCell, Object, Int32, GridViewCommandColumn, GridViewTableCommandCellType) cell, keyValue, visibleIndex, column, cellType Initializes a new instance of the ASPxGridViewTableCommandCellEventArgs class with specified settings.
See Also