4 references to RemainingItemsThresholdReachedCommandParameter
Microsoft.Maui.Controls (4)
Items\ItemsView.cs (4)
62
/// <summary>Bindable property for <see cref="
RemainingItemsThresholdReachedCommandParameter
"/>.</summary>
63
public static readonly BindableProperty RemainingItemsThresholdReachedCommandParameterProperty = BindableProperty.Create(nameof(
RemainingItemsThresholdReachedCommandParameter
), typeof(object), typeof(ItemsView), default(object));
172
if (RemainingItemsThresholdReachedCommand?.CanExecute(
RemainingItemsThresholdReachedCommandParameter
) == true)
173
RemainingItemsThresholdReachedCommand?.Execute(
RemainingItemsThresholdReachedCommandParameter
);