DataGrid.

SelectionChanged Event

Summary

Occurs when the SelectedItem or SelectedItems property value changes.
Namespace
Avalonia.Controls
Containing Type
DataGrid
Event Type
EventHandler<SelectionChangedEventArgs>

Syntax

public event EventHandler<SelectionChangedEventArgs> SelectionChanged