-
Home
-
API
-
Avalonia.Controls.Primitives
-
TreeDataGridRow
-
Methods
-
OnRowIndexChanged(Int32, Int32)
OnRowIndexChanged(Int32, Int32) Method
Definition
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.