3 references to Command
Microsoft.Maui.Controls (3)
ClickGestureRecognizer.cs (3)
12
/// <summary>Bindable property for <see cref="
Command
"/>.</summary>
13
public static readonly BindableProperty CommandProperty = BindableProperty.Create(nameof(
Command
), typeof(ICommand), typeof(ClickGestureRecognizer), null);
63
ICommand cmd =
Command
;