C# Class Gu.Wpf.DataGrid2D.Demo.RelayCommand

Inheritance: ICommand
Mostra file Open project: JohanLarsson/Gu.Wpf.DataGrid2D

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( System.Action action ) : System

Method Details

CanExecute() public method

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

Execute() public method

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

RelayCommand() public method

public RelayCommand ( System.Action action ) : System
action System.Action
return System