OnRowIndexChanged(Int32, Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Called after the index of this realized row and its primary cells has changed.

protected virtual void OnRowIndexChanged(int oldRowIndex, int newRowIndex)

Parameters

oldRowIndex
Int32

The previous row index.

newRowIndex
Int32

The new row index.