SimpleActionExecuteEventArgs Properties
Represents arguments passed to a Simple Action’s SimpleAction.Execute event.
Name | Description |
---|---|
Action |
Provides access to the Action being executed.
Inherited from Action |
Current |
Provides access to the current object represented by the currently displayed View. |
Selected |
Provides access to the objects selected in the currently invoked View. |
Show |
Provides access to the Show |
See Also