OnUnrealizing(Int32, TreeDataGridRowUnrealizeReason) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Called before this row and its primary cells presenter are unrealized.

protected virtual void OnUnrealizing(int rowIndex, TreeDataGridRowUnrealizeReason reason)

Parameters

rowIndex
Int32

The row index that is about to be cleared.

reason
TreeDataGridRowUnrealizeReason

The reason the row is being unrealized.