OnUnloadingRow Method
Raises the UnloadingRow event for row recycling.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
protected virtual void OnUnloadingRow(
DataGridRowEventArgs e
)
Protected Overridable Sub OnUnloadingRow (
e As DataGridRowEventArgs
)
abstract OnUnloadingRow :
e : DataGridRowEventArgs -> unit
override OnUnloadingRow :
e : DataGridRowEventArgs -> unit