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.v25.1.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