The members of Xamarin.Forms.Command are listed below.
See Also: Inherited members from System.Object
| Initializes a new instance of the Command class. | ||
| Initializes a new instance of the Command class. | ||
| Initializes a new instance of the Command class. | ||
| Initializes a new instance of the Command class. |
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 | ||
| CanExecuteChanged | Occurs when the target of the Command should reevaluate whether or not the Command can be executed. |