RowObjectEventArgs(Int32, Object) Constructor
Initializes a new instance of the RowObjectEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value which represents the row’s handle. This value is assigned to the RowEventArgs.RowHandle property. |
row | Object | An object which represents the processed row. This value is assigned to the RowObjectEventArgs.Row property. |
See Also