C# Class WpfUI.RelayCommand

Inheritance: ICommand
Show file Open project: Omar-Salem/Classical-Encryption-Techniques

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 ) : System.Boolean

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