C# Class Sanguosha.UI.Controls.RelayCommand

Inheritance: ViewModelBase, ICommand
显示文件 Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
Execute ( object parameter ) : void
RelayCommand ( Action execute ) : System
RelayCommand ( Action execute, Predicate canExecute ) : System

Private Methods

Method Description
CanExecute ( object parameter ) : bool

Method Details

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