C# Class GpsBroadcaster.RelayCommand

Inheritance: ICommand
Show file Open project: bakacaptain/istalkapp

Public Methods

Method Description
CanExecute ( Object parameter ) : System.Boolean
Execute ( Object parameter ) : void
RelayCommand ( Action execute ) : System
RelayCommand ( Action execute, Predicate canExecute ) : System

Method Details

CanExecute() public method

public CanExecute ( Object parameter ) : System.Boolean
parameter Object
return System.Boolean

Execute() public method

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

RelayCommand() public method

public RelayCommand ( Action execute ) : System
execute Action
return System

RelayCommand() public method

public RelayCommand ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
return System