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