Back to Devexpress

SingleChoiceActionExecuteEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-actions-3d2698d7.md

latest3.2 KB
Original Source

SingleChoiceActionExecuteEventArgs Class

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

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class SingleChoiceActionExecuteEventArgs :
    SimpleActionExecuteEventArgs
vb
Public Class SingleChoiceActionExecuteEventArgs
    Inherits SimpleActionExecuteEventArgs

The following members return SingleChoiceActionExecuteEventArgs objects:

SingleChoiceActionExecuteEventArgs is the data class for the following events:

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

Object EventArgs ActionBaseEventArgs SimpleActionExecuteEventArgs SingleChoiceActionExecuteEventArgs

See Also

SingleChoiceActionExecuteEventArgs Members

DevExpress.ExpressApp.Actions Namespace