Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ProcessActionContainerEventArgs Class

Represents arguments passed to the Frame.ProcessActionContainer event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

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