Skip to main content
All docs
V23.2

RowEditFinishedEventArgs(RoutedEvent, GridViewBase, Int32, Nullable<Boolean>) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public RowEditFinishedEventArgs(
    RoutedEvent routedEvent,
    GridViewBase view,
    int rowHandle,
    bool? success
)

Parameters

Name Type
routedEvent RoutedEvent
view GridViewBase
rowHandle Int32
success Nullable<Boolean>
See Also