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

RowEventArgs(RoutedEvent, GridViewBase, Int32) 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
)

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.

See Also