Skip to main content
.NET 6.0+

ProcessActionContainerEventArgs Class

Represents arguments passed to the Frame.ProcessActionContainer event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class ProcessActionContainerEventArgs :
    EventArgs

Remarks

The ProcessActionContainer event occurs when a Template is assigned to a Frame, and allows you to customize the Template’s Action Containers. The ProcessActionContainerEventArgs class exposes a single ProcessActionContainerEventArgs.ActionContainer property, which specifies the Action Container currently being processed.

Inheritance

Object
EventArgs
ProcessActionContainerEventArgs
See Also