C# Class StoryTeller.UserInterface.Actions.LatchedActionCommand

Inheritance: ActionCommand
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
LatchedActionCommand ( System.Action action, Func canExecute ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

LatchedActionCommand() public méthode

public LatchedActionCommand ( System.Action action, Func canExecute ) : System
action System.Action
canExecute Func
Résultat System