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

RowEventArgs(GridControlBase, Int32, Object) Constructor

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public RowEventArgs(
    GridControlBase grid,
    int rowHandle,
    object forcedRow
)

Parameters

Name Type Description
grid GridControlBase

A GridControlBase descendant that represents the grid.

rowHandle Int32

An integer value that specifies the processed row’s handle. This value is assigned to the RowEventArgs.RowHandle property.

forcedRow Object

An object that represents the data object corresponding to the processed row.

See Also