C# Class Neutronium.MVVMComponents.Relay.RelaySimpleCommand

Inheritance: ISimpleCommand
Show file Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

Method Description
Execute ( object argument ) : void
RelaySimpleCommand ( System.Action doAction ) : System

Method Details

Execute() public method

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

RelaySimpleCommand() public method

public RelaySimpleCommand ( System.Action doAction ) : System
doAction System.Action
return System