5 references to RefreshCommand
Microsoft.Maui.Controls (5)
ListView\ListView.cs (5)
33
/// <summary>Bindable property for <see cref="
RefreshCommand
"/>.</summary>
34
public static readonly BindableProperty RefreshCommandProperty = BindableProperty.Create(nameof(
RefreshCommand
), typeof(ICommand), typeof(ListView), null, propertyChanged: OnRefreshCommandChanged);
364
ICommand command =
RefreshCommand
;
617
RefreshAllowed =
RefreshCommand
!= null &&
RefreshCommand
.CanExecute(null);