RowClickEventArgs(DXMouseEventArgs, Int32) Constructor
Initializes a new instance of the RowClickEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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