Implemented interface member:
property
CommandParameter
Microsoft.Maui.Controls.Internals.ICommandElement.CommandParameter
6 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,
111
Command?.Execute(
CommandParameter
);
SwipeView\SwipeItem.cs (2)
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
);