Xamarin.Forms.Command: Method Members

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

Public Methods

CanExecute(object) : bool
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