Skip to main content

RowEventArgs(GridControlBase, Int32) Constructor

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

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RowEventArgs(
    GridControlBase grid,
    int rowHandle
)

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.

See Also