DataGrid.

OnSelectionChanged(SelectionChangedEventArgs) Method

Summary

Raises the SelectionChanged event and clears the _selectionChanged. This event won't get raised again until after _selectionChanged is set back to true.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

protected virtual void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

Name Type Description
e SelectionChangedEventArgs

Return Value

Type Description
void