C# Class AuctionSniper.UI.ViewModels.UICommand

Inheritance: ICommand
Afficher le fichier Open project: isaiah-perumalla/goos-dot-net

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
UICommand ( System.Action action ) : System

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

UICommand() public méthode

public UICommand ( System.Action action ) : System
action System.Action
Résultat System