SingleChoiceActionExecuteEventArgs Constructors
Represents arguments passed to a Single Choice Action’s SingleChoiceAction.Execute event.Name | Parameters | Description |
---|---|---|
SingleChoiceActionExecuteEventArgs(ActionBase, ISelectionContext, ChoiceActionItem) | action, context, selectedItem | Initializes a new instance of the SingleChoiceActionExecuteEventArgs class. |
See Also