RelayCommandT Methods |
The RelayCommandT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanExecute | Determines if the command can execute in its current state. |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes the action behind this command. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RaiseCanExecuteChanged | Raises the CanExecuteChanged event on the UI thread. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |