ParametrizedActionExecuteEventArgs Properties
Represents arguments passed to a Parametrized Action’s ParametrizedAction.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.
Inherited from Simple |
Parameter |
Returns the value that has been entered into a Parametrized Action’s editor. |
Selected |
Provides access to the objects selected in the currently invoked View.
Inherited from Simple |
Show |
Provides access to the Show |
See Also