| RelayCommand Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Micros.PosCore.GuestProfile.MvvmTools
 Syntax
Syntaxpublic class RelayCommand : ICommand
The RelayCommand type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RelayCommand(Action) | 
            Creates a new command that can always execute.
             | 
|  | RelayCommand(Action, FuncBoolean) | 
            Creates a new command.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanExecute | |
|  | Execute | |
|  | RaiseCanExecuteChanged | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CanExecuteChanged | 
 Remarks
Remarks See Also
See Also