1 reference to OnRefreshCommandChanged
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
34 public static readonly BindableProperty RefreshCommandProperty = BindableProperty.Create(nameof(RefreshCommand), typeof(ICommand), typeof(ListView), null, propertyChanged: OnRefreshCommandChanged);