UnloadingRow Event
Occurs when a DataGridRow object becomes available for reuse.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public event EventHandler<DataGridRowEventArgs> UnloadingRow
Public Event UnloadingRow As EventHandler(Of DataGridRowEventArgs)
member UnloadingRow : IEvent<EventHandler<DataGridRowEventArgs>,
DataGridRowEventArgs>
Value
EventHandler(DataGridRowEventArgs)