C# Class Sanguosha.UI.Controls.SkillCommand

Inheritance: ViewModelBase, ICommand
Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SkillCommand ( ) : System

Méthodes protégées

Méthode Description
SelectedChanged ( ) : void

Method Details

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

SelectedChanged() protected méthode

protected SelectedChanged ( ) : void
Résultat void

SkillCommand() public méthode

public SkillCommand ( ) : System
Résultat System