Click or drag to resize
RelayCommand Constructor (Action)
Creates a new command that can always execute.

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RelayCommand(
	Action execute
)

Parameters

execute
Type: SystemAction
The execution logic.
See Also