Gets the row's handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row.
public int RowHandle { get; }
Public ReadOnly Property RowHandle As Integer
Please refer to the Rows and Working with Groups in Code topics for details on identifying data and group rows by their handles.