Skip to main content
All docs
V23.2

GridValidateRowDeletionEventArgs(RoutedEvent, DataViewBase, IEnumerable<Int32>) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridValidateRowDeletionEventArgs(
    RoutedEvent routedEvent,
    DataViewBase view,
    IEnumerable<int> rowHandles
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

view DataViewBase

A grid view.

rowHandles IEnumerable<Int32>

Handles of rows that a user intends to delete.

See Also