5 references to Command
Microsoft.Maui.Controls (5)
RefreshView\RefreshView.cs (5)
41
refreshView.
Command
?.Execute(refreshView.CommandParameter);
56
if (view.
Command
== null)
69
/// <summary>Bindable property for <see cref="
Command
"/>.</summary>
71
BindableProperty.Create(nameof(
Command
), typeof(ICommand), typeof(RefreshView),
115
ICommand ICommandElement.Command =>
Command
;