C# Class Neutronium.MVVMComponents.Relay.RelaySimpleCommand

Inheritance: ISimpleCommand
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object argument ) : void
RelaySimpleCommand ( System.Action doAction ) : System

Method Details

Execute() public méthode

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

RelaySimpleCommand() public méthode

public RelaySimpleCommand ( System.Action doAction ) : System
doAction System.Action
Résultat System