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

RowClickEventArgs(DXMouseEventArgs, Int32) Constructor

Initializes a new instance of the RowClickEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public RowClickEventArgs(
    DXMouseEventArgs e,
    int rowHandle
)

Parameters

Name Type Description
e DXMouseEventArgs

A DXMouseEventArgs object that contains information on the clicked point.

rowHandle Int32

An integer value that specifies the handle of the clicked row. This value is assigned to the RowClickEventArgs.RowHandle property.

See Also