C# Class GestSpace.Controls.HyperlinkButton.HyperlinkCommand

Inheritance: ICommand, IDisposable
Afficher le fichier Open project: NicolasDorier/GestSpace

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Dispose ( ) : void
Execute ( object parameter ) : void
HyperlinkCommand ( HyperlinkButton button, ICommand inner ) : System
OnCanExecuteChanged ( ) : void

Private Methods

Méthode Description
_Inner_CanExecuteChanged ( object sender, EventArgs e ) : void

Method Details

CanExecute() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

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

HyperlinkCommand() public méthode

public HyperlinkCommand ( HyperlinkButton button, ICommand inner ) : System
button HyperlinkButton
inner ICommand
Résultat System

OnCanExecuteChanged() public méthode

public OnCanExecuteChanged ( ) : void
Résultat void