RowTapEventArgs(Int32, String) Constructor
In This Article
Initializes a new instance of the RowTapEventArgs class.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row handle. This value is assigned to the Row |
field |
String | A string value that specifies the column name. This value is assigned to the Row |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Instances of the RowTapEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also