Skip to main content
All docs
V19.1

RowEditingEventArgs Class

Provides data for the DataGridView.EndRowEdit event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public class RowEditingEventArgs :
    RowEventArgs

Remarks

The RowEditingEventArgs objects are automatically created, initialized and passed to the DataGridView.EndRowEdit event handlers.

Inheritance

Object
EventArgs
RowEventArgs
RowEditingEventArgs
See Also