C# Class StoryTeller.UserInterface.Actions.LatchedActionCommand

Inheritance: ActionCommand
Mostrar archivo Open project: adymitruk/storyteller

Public Methods

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

Method Details

CanExecute() public method

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

LatchedActionCommand() public method

public LatchedActionCommand ( System.Action action, Func canExecute ) : System
action System.Action
canExecute Func
return System