2 references to SelectionChangedCommandProperty
Microsoft.Maui.Controls (2)
Items\SelectableItemsView.cs (2)
65
get => (ICommand)GetValue(
SelectionChangedCommandProperty
);
66
set => SetValue(
SelectionChangedCommandProperty
, value);