1 type derived from Command
Microsoft.Maui.Controls (1)
Command.cs (1)
8
public sealed class Command<T> :
Command
1 instantiation of Command
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
25
Command = new
Command
(sender => _indicatorView.Position = Children.IndexOf(sender)),
1 reference to Command
Microsoft.Maui.Controls (1)
Button\Button.cs (1)
188
/// <remarks>This property is used to associate a command with an instance of a button. This property is most often set in the MVVM pattern to bind callbacks back into the ViewModel. <see cref="VisualElement.IsEnabled" /> is controlled by the <see cref="
Command
.CanExecute(object)"/> if set.</remarks>