Xamarin.Forms.Command Members

The members of Xamarin.Forms.Command are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

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

Public Events

CanExecuteChangedOccurs when the target of the Command should reevaluate whether or not the Command can be executed.