C# Class SimpleSkin.ViewModels.VMKeySimple.KeyCommand

Inheritance: ICommand
Datei anzeigen Open project: Invenietis/ck-certified

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
KeyCommand ( System.Action del ) : 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

KeyCommand() public method

public KeyCommand ( System.Action del ) : System
del System.Action
return System