Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.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