Skip to main content
All docs
V23.2

RowEditStartingEventArgs(RoutedEvent, GridViewBase, Int32, CellEditorData[]) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public RowEditStartingEventArgs(
    RoutedEvent routedEvent,
    GridViewBase view,
    int rowHandle,
    CellEditorData[] cellEditors
)

Parameters

Name Type
routedEvent RoutedEvent
view GridViewBase
rowHandle Int32
cellEditors CellEditorData[]
See Also