Skip to main content

RowTapEventArgs(Int32, String) Constructor

Initializes a new instance of the RowTapEventArgs class.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public RowTapEventArgs(
    int rowHandle,
    string fieldName
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the row handle. This value is assigned to the RowEventArgs.RowHandle property.

fieldName String

A string value that specifies the column name. This value is assigned to the RowTapEventArgs.FieldName property.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

Instances of the RowTapEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also