C# Class Grabacr07.KanColleViewer.Models.RelayCommand

Inheritance: ICommand
Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
Execute ( object parameter ) : void
RelayCommand ( System.Action execute ) : System
RelayCommand ( System.Action execute, Func 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 ( System.Action execute ) : System
execute System.Action
return System

RelayCommand() public method

public RelayCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
return System