Skip to main content
.NET 6.0+

ProcessActionContainerEventArgs(IActionContainer) Constructor

Creates a new instance of the ProcessActionContainerEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ProcessActionContainerEventArgs(
    IActionContainer actionContainer
)

Parameters

Name Type Description
actionContainer IActionContainer

An IActionContainer object representing the Action Container currently being processed. This parameter value is assigned to the ProcessActionContainerEventArgs.ActionContainer property.

See Also