C# Class W3SavegameEditor.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: Atvaark/W3SavegameEditor

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action execute, Predicate canExecute = null ) : System
Execute ( object parameter ) : void

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( Action execute, Predicate canExecute = null ) : System
execute Action
canExecute Predicate
Résultat System

Execute() public méthode

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

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( ) : void
Résultat void