Back to Devexpress

ParametrizedActionExecuteEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-actions-295a632b.md

latest2.7 KB
Original Source

ParametrizedActionExecuteEventArgs Class

Represents arguments passed to a Parametrized Action’s ParametrizedAction.Execute event.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

ParametrizedActionExecuteEventArgs is the data class for the following events:

Remarks

The ParametrizedActionExecuteEventArgs class declares the ParametrizedActionExecuteEventArgs.ParameterCurrentValue property specific to the ParametrizedAction.Execute event. You can handle this event to execute custom code when entering a value to the Single Choice Action’s control.

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 ParametrizedActionExecuteEventArgs

See Also

ParametrizedActionExecuteEventArgs Members

DevExpress.ExpressApp.Actions Namespace