Skip to main content

RowAllowEventArgs(RoutedEvent, GridViewBase, Int32) Constructor

Initializes a new instance of the RowAllowEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public RowAllowEventArgs(
    RoutedEvent routedEvent,
    GridViewBase view,
    int rowHandle
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

view GridViewBase

A DataViewBase descendant that is the view that owns the processed row.

rowHandle Int32

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

See Also