ParametrizedActionExecuteEventArgs Constructors
Represents arguments passed to a Parametrized Action’s ParametrizedAction.Execute event.| Name | Parameters | Description |
|---|---|---|
| ParametrizedActionExecuteEventArgs(ActionBase, ISelectionContext, Object) | action, context, parameterCurrentValue | Initializes a new instance of the ParametrizedActionExecuteEventArgs class. |
See Also