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 Action |
Current |
Provides access to the current object represented by the currently displayed View.
Inherited from Simple |
Selected |
Provides access to a Single Choice Action’s selected item. |
Selected |
Provides access to the objects selected in the currently invoked View.
Inherited from Simple |
Show |
Provides access to the Show |
See Also