Skip to main content

RowClickEventArgs(DXMouseEventArgs, Int32) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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