The methods of Xamarin.Forms.Command are listed below. For a list of all members, see the Command Members list.
See Also: Inherited members from System.Object
CanExecute(object)Returns a bool indicating if the Command can be exectued with the given parameter. | ||
ChangeCanExecute()Send a System.Windows.Input.ICommand.CanExecuteChanged | ||
Execute(object)Invokes the execute Action | ||