Skip to main content
A newer version of this page is available. .

RowEventArgs Class

Provides data for the DataGridView.SelectionChanged event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public class RowEventArgs :
    EventArgs

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.

See Also