C# Class TrianglesInSpace.Wpf.RelayCommand

Inheritance: ICommand
Mostrar archivo Open project: anthony-martin/Triangles-in-space

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( System.Action onExecute, Func canExecute ) : System

Method Details

CanExecute() public method

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

Execute() public method

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

RelayCommand() public method

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