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 ActionBaseEventArgs. |
CurrentObject | Provides access to the current object represented by the currently displayed View. Inherited from SimpleActionExecuteEventArgs. |
ParameterCurrentValue | Returns the value that has been entered into a Parametrized Action’s editor. |
SelectedObjects | Provides access to the objects selected in the currently invoked View. Inherited from SimpleActionExecuteEventArgs. |
ShowViewParameters | Provides access to the ShowViewParameters object, specifying a View, displayed after executing the current Action. Inherited from ActionBaseEventArgs. |
See Also