4 references to RemainingItemsThresholdReachedCommand
Microsoft.Maui.Controls (4)
Items\ItemsView.cs (4)
54 /// <summary>Bindable property for <see cref="RemainingItemsThresholdReachedCommand"/>.</summary> 56 BindableProperty.Create(nameof(RemainingItemsThresholdReachedCommand), typeof(ICommand), typeof(ItemsView), null); 175 if (RemainingItemsThresholdReachedCommand?.CanExecute(RemainingItemsThresholdReachedCommandParameter) == true) 176 RemainingItemsThresholdReachedCommand?.Execute(RemainingItemsThresholdReachedCommandParameter);