C# Class App1.DelegateCommand

Inheritance: ICommand
Show file Open project: jlaanstra/Windows.UI.Interactivity

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( bool>.Func canExecute, Action execute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( bool>.Func canExecute, Action execute ) : System
canExecute bool>.Func
execute Action
return System

Execute() public method

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