Click or drag to resize
RelayCommand Constructor (Action, FuncBoolean)
Creates a new command.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RelayCommand(
	Action execute,
	Func<bool> canExecute
)

Parameters

execute
Type: SystemAction
The execution logic.
canExecute
Type: SystemFuncBoolean
The execution status logic.
See Also