Skip to main content
All docs
V23.2

RowEditStartedEventArgs(RoutedEvent, GridViewBase, Int32) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

Name Type
routedEvent RoutedEvent
view GridViewBase
rowHandle Int32
See Also