Implemented interface member:
method
CanExecute
System.Windows.Input.ICommand.CanExecute(System.Object)
1 reference to CanExecute
Microsoft.Maui.Controls (1)
Button\Button.cs (1)
190
/// <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>