C# Class At.FF.Krems.FullscreenBrowser.DelegateCommand

Simplistic delegate command for the demo.
Inheritance: ICommand
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
CanExecute ( object parameter ) : bool

The can execute.

Execute ( object parameter ) : void

The execute.

Method Details

CanExecute() public method

The can execute.
public CanExecute ( object parameter ) : bool
parameter object The parameter.
return bool

Execute() public method

The execute.
public Execute ( object parameter ) : void
parameter object The parameter.
return void