C# Class Typed.Xaml.Commands.Command

Inheritance: ICommand
显示文件 Open project: jamesqo/typed-xaml

Public Methods

Method Description
Execute ( ) : void
ICommand ( object parameter ) : void

Protected Methods

Method Description
OnCanExecuteChanged ( EventArgs args = null ) : void

Private Methods

Method Description
ICommand ( object parameter ) : bool

Method Details

Execute() public abstract method

public abstract Execute ( ) : void
return void

ICommand() public method

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

OnCanExecuteChanged() protected method

protected OnCanExecuteChanged ( EventArgs args = null ) : void
args System.EventArgs
return void