C# Class MediaAppSample.Core.Commands.CommandBase

Base class for commands.
Inheritance: ICommand
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

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

Method used to raise the CanExecuteChanged event to indicate that the return value of the CanExecute method has changed.

Method Details

CanExecute() public abstract méthode

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

Execute() public abstract méthode

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

RaiseCanExecuteChanged() public méthode

Method used to raise the CanExecuteChanged event to indicate that the return value of the CanExecute method has changed.
public RaiseCanExecuteChanged ( ) : void
Résultat void