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.v26.1.dll
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