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