The following tables list the members exposed by Action.
Public Properties
| Name | Description |
| DisplayName | Gets the action name. The name should be a short string that describes the main function of the action. |
Top
Public Methods
| Name | Description |
| CanExecute | Determines whether the action can be executed in its current state. |
| Execute | Defines the method to be called when the action is invoked. |
| ToString | Returns a System.String that represents the current Action. |
Top
Protected Methods
| Name | Description |
| OnExecute | Defines the method to be executed when overriding in the derived class. |
Top
See Also