DataGridUnloadingRow Event

Occurs when a DataGridRow object becomes available for reuse.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public event EventHandler<DataGridRowEventArgs> UnloadingRow

Value

EventHandlerDataGridRowEventArgs

See Also