Implemented interface member:
property
Command
Microsoft.Maui.Controls.Internals.ICommandElement.Command
6 references to Command
Microsoft.Maui.Controls (6)
Menu\MenuItem.cs (3)
18 /// <summary>Bindable property for <see cref="Command"/>.</summary> 20 nameof(Command), typeof(ICommand), typeof(MenuItem), null, 112 Command?.Execute(CommandParameter);
SwipeView\SwipeItem.cs (3)
39 if (Command != null && Command.CanExecute(CommandParameter)) 40 Command.Execute(CommandParameter);