Back to Devexpress

RowEventArgs Class

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-77c0c369.md

latest2.0 KB
Original Source

RowEventArgs Class

The base class for classes that provide data for events raised when users interact with data rows.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public class RowEventArgs :
    EventArgs

RowEventArgs is the data class for the following events:

Remarks

The RowEventArgs class serves as a base for classes that provide data for events related to processing rows. Its RowHandle property allows you to identify a row for which an event has been raised.

Inheritance

Object EventArgs RowEventArgs CompleteRowDragDropEventArgs

DataGridGestureEventArgs

RowAllowEventArgs

SelectionChangedEventArgs

DragRowEventArgs

DropRowEventArgs

See Also

RowEventArgs Members

DevExpress.XamarinForms.DataGrid Namespace