SingleChoiceActionExecuteEventArgs Properties
Represents arguments passed to a Single Choice Action’s SingleChoiceAction.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. |
SelectedChoiceActionItem | Provides access to a Single Choice Action’s selected item. |
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