C# Class Microsoft.HockeyApp.Tools.DelegateCommand

Inheritance: ICommand
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Public Properties

Property Type Description
canExecuteCache bool

Public Methods

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

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( Action executeAction ) : System
executeAction Action
return System

DelegateCommand() public method

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

Execute() public method

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

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( ) : void
return void

Property Details

canExecuteCache public_oe property

public bool canExecuteCache
return bool