| RelayCommandT Methods | 
The RelayCommandT generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanExecute | 
            Determines whether this command can execute with the specified parameter.
             | 
|  | Execute | 
            Executes the command with the specified parameter.
             | 
|  | OnCanExecuteChanged | 
            Raises the CanExecuteChanged event.
             | 
|  | UpdateCanExecute | 
            Tells consumers of this command that the CanExecute(Object) state has changed and should be queried again.
             | 
 See Also
See Also