ParametrizedActionExecuteEventArgs(ActionBase, ISelectionContext, Object) Constructor
Initializes a new instance of the ParametrizedActionExecuteEventArgs class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ParametrizedActionExecuteEventArgs(
ActionBase action,
ISelectionContext context,
object parameterCurrentValue
)
#Parameters
Name | Type | Description |
---|---|---|
action | Action |
An Action |
context | DevExpress. |
An instance of the class that implements the ISelection |
parameter |
Object | An object that represents the currently validated value of the Parametrized Action’s editor. |
#Remarks
Since instances of the ParametrizedActionExecuteEventArgs class are automatically created and passed to handlers of the ParametrizedAction.Execute event, you do not need to call this constructor from your application.