C# Class Huoyaoyuan.AdmiralRoom.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: huoyaoyuan/AdmiralRoom

Méthodes publiques

Méthode Description
DelegateCommand ( System.Action action, bool canexecute = true ) : System
Execute ( object parameter ) : void

Private Methods

Méthode Description
ICommand ( object parameter ) : bool

Method Details

DelegateCommand() public méthode

public DelegateCommand ( System.Action action, bool canexecute = true ) : System
action System.Action
canexecute bool
Résultat System

Execute() public méthode

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