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

RowEventArgs(RoutedEvent, GridViewBase, Int32, Object) Constructor

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public RowEventArgs(
    RoutedEvent routedEvent,
    GridViewBase view,
    int rowHandle,
    object forcedRow
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

view GridViewBase

A GridViewBase descendant that represents the grid’s view.

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