C# Class PeerCastStation.WPF.Commons.Command

Inheritance: ICommand
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Command ( System.Action execute ) : System
Command ( System.Action execute, Func canExecute ) : System
Execute ( object parameter ) : void
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Command() public méthode

public Command ( System.Action execute ) : System
execute System.Action
Résultat System

Command() public méthode

public Command ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
Résultat System

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

OnCanExecuteChanged() public méthode

public OnCanExecuteChanged ( ) : void
Résultat void