DataGridSelectionChanged Event

Occurs when the SelectedItem or SelectedItems property value changes.

Definition

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

Value

EventHandlerSelectionChangedEventArgs

See Also