C# Class Example_Ambilight_full.TakeAsIs.UI.ActionCommand

Inheritance: ICommand
Afficher le fichier Open project: DarthAffe/CUE.NET

Méthodes publiques

Méthode Description
ActionCommand ( System.Action command, Func canExecute = null ) : System
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void

Method Details

ActionCommand() public méthode

public ActionCommand ( System.Action command, Func canExecute = null ) : System
command System.Action
canExecute Func
Résultat System

CanExecute() public méthode

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

Execute() public méthode

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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void