RowEventArgs(GridControl, Int32, Object) Constructor
In This Article
Initializes a new instance of the RowEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public RowEventArgs(
GridControl grid,
int rowHandle,
object forcedRow
)
#Parameters
Name | Type |
---|---|
grid | Grid |
row |
Int32 |
forced |
Object |
See Also