C# Класс dbz.UIComponents.DelegateCommand

Наследование: ICommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanExecute ( object parameter ) : bool

Checks if the command Execute method can run

Execute ( object parameter ) : void

Executes the actual command

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

CanExecute() публичный Метод

Checks if the command Execute method can run
public CanExecute ( object parameter ) : bool
parameter object THe command parameter to be passed
Результат bool

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

Executes the actual command
public Execute ( object parameter ) : void
parameter object THe command parameter to be passed
Результат void