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