Skip to main content
A newer version of this page is available. .

ActionBaseEventArgs(ActionBase) Constructor

Initializes a new instance of the ActionBaseEventArgs class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ActionBaseEventArgs(
    ActionBase action
)

Parameters

Name Type Description
action ActionBase

An ActionBase object that represents the Action, execution of which has raised the ActionBase.Executed event. This parameter value is assigned to the ActionBaseEventArgs.Action property.

See Also