C# Class Typed.Xaml.Commands.Command

Inheritance: ICommand
Afficher le fichier Open project: jamesqo/typed-xaml

Méthodes publiques

Méthode Description
Execute ( ) : void
ICommand ( object parameter ) : void

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( EventArgs args = null ) : void

Private Methods

Méthode Description
ICommand ( object parameter ) : bool

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

ICommand() public méthode

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

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( EventArgs args = null ) : void
args System.EventArgs
Résultat void