Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SingleChoiceActionExecuteEventArgs Class

Represents arguments passed to a Single Choice Action’s SingleChoiceAction.Execute event.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public class SingleChoiceActionExecuteEventArgs :
    SimpleActionExecuteEventArgs

The following members return SingleChoiceActionExecuteEventArgs objects:

#Remarks

The SingleChoiceActionExecuteEventArgs class declares the SingleChoiceActionExecuteEventArgs.SelectedChoiceActionItem property specific to the SingleChoiceAction.Execute event. You can handle this event to execute custom code when clicking an item in the Single Choice Action’s ChoiceActionBase.Items collection.

This class is inherited from the SimpleActionExecuteEventArgs class. Use the inherited SimpleActionExecuteEventArgs.CurrentObject and SimpleActionExecuteEventArgs.SelectedObjects properties to access the current and selected objects of the View for which the Action is activated.

#Inheritance

See Also