2 references to RemainingItemsThresholdReachedCommandProperty
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
61
get => (ICommand)GetValue(
RemainingItemsThresholdReachedCommandProperty
);
62
set => SetValue(
RemainingItemsThresholdReachedCommandProperty
, value);