C# Class AuctionSniper.UI.ViewModels.UICommand

Inheritance: ICommand
Datei anzeigen Open project: isaiah-perumalla/goos-dot-net

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
UICommand ( System.Action action ) : System

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

UICommand() public method

public UICommand ( System.Action action ) : System
action System.Action
return System