RelayCommand Constructor (Action) |
Creates a new command that can always execute.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RelayCommand(
Action execute
)
Public Sub New (
execute As Action
)
public:
RelayCommand(
Action^ execute
)
new :
execute : Action -> RelayCommand
Parameters
- execute
- Type: SystemAction
The execution logic.
See Also