3 references to SelectionChangedCommand
Microsoft.Maui.Controls (3)
Items\SelectableItemsView.cs (3)
30 /// <summary>Bindable property for <see cref="SelectionChangedCommand"/>.</summary> 32 BindableProperty.Create(nameof(SelectionChangedCommand), typeof(ICommand), typeof(SelectableItemsView)); 154 var command = selectableItemsView.SelectionChangedCommand;