C# Class GestSpace.Controls.HyperlinkButton.HyperlinkCommand

Inheritance: ICommand, IDisposable
Mostrar archivo Open project: NicolasDorier/GestSpace

Public Methods

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

Private Methods

Method Description
_Inner_CanExecuteChanged ( object sender, EventArgs e ) : void

Method Details

CanExecute() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

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

HyperlinkCommand() public method

public HyperlinkCommand ( HyperlinkButton button, ICommand inner ) : System
button HyperlinkButton
inner ICommand
return System

OnCanExecuteChanged() public method

public OnCanExecuteChanged ( ) : void
return void