Implemented interface member:
property
Command
Microsoft.Maui.Controls.Internals.ICommandElement.Command
7 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,
111
Command
?.Execute(CommandParameter);
SwipeView\SwipeItem.cs (3)
39
if (
Command
!= null &&
Command
.CanExecute(CommandParameter))
40
Command
.Execute(CommandParameter);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\NavigationPageRenderer.cs (1)
361
item.
Command
?.Execute(item.CommandParameter);