C# Class andrena.Usus.net.View.ViewModels.Command

Inheritance: ICommand
Mostra file Open project: usus/Usus.NET

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Command ( System.Action action ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Command() public method

public Command ( System.Action action ) : System
action System.Action
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void