SimpleActionExecuteEventArgs(ActionBase, ISelectionContext) Constructor
Initializes a new instance of the SimpleActionExecuteEventArgs class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public SimpleActionExecuteEventArgs(
ActionBase action,
ISelectionContext context
)
#Parameters
Name | Type | Description |
---|---|---|
action | Action |
An Action |
context | DevExpress. |
An instance of the class that implements the ISelection |
#Remarks
Since instances of the SimpleActionExecuteEventArgs class are automatically created and passed to handlers of the SimpleAction.Execute event, you do not need to call this constructor from your applications.