C# Class NDG.ViewModels.Helpers.WaitingCommand

Inheritance: ICommand
显示文件 Open project: nokiadatagathering/WP7-Official

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void
WaitingCommand ( System.Action execute ) : System
WaitingCommand ( System.Action execute, 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

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( ) : void
return void

WaitingCommand() public method

public WaitingCommand ( System.Action execute ) : System
execute System.Action
return System

WaitingCommand() public method

public WaitingCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
return System