C# Класс Tag.Neuron.Xamarin.UI.Extensions.CommandExtensions

Helper/convenience methods for the ICommand.
Показать файл Открыть проект

Открытые методы

Метод Описание
ChangeCanExecute ( ICommand command ) : void

Calls the Command.ChangeCanExecute method on the given ICommand, given that it is a Command.

Execute ( ICommand command ) : void

Calls the ICommand.Execute method with a null argument, given that the command can be executed (ICommand.CanExecute).

Описание методов

ChangeCanExecute() публичный статический Метод

Calls the Command.ChangeCanExecute method on the given ICommand, given that it is a Command.
public static ChangeCanExecute ( ICommand command ) : void
command ICommand
Результат void

Execute() публичный статический Метод

Calls the ICommand.Execute method with a null argument, given that the command can be executed (ICommand.CanExecute).
public static Execute ( ICommand command ) : void
command ICommand
Результат void