C# Class WinUniversal.CommandHandler

ICommand implementation for the view model
Inheritance: ICommand
ファイルを表示 Open project: sameerkapps/SecureStorage Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
CommandHandler ( System.Action executeCmd ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

CommandHandler() public method

public CommandHandler ( System.Action executeCmd ) : System
executeCmd System.Action
return System

Execute() public method

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