Skip to main content
.NET 6.0+

SimpleActionExecuteEventArgs Properties

Represents arguments passed to a Simple Action’s SimpleAction.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.
SelectedObjects Provides access to the objects selected in the currently invoked View.
ShowViewParameters Provides access to the ShowViewParameters object, specifying a View, displayed after executing the current Action. Inherited from ActionBaseEventArgs.
See Also