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

Frame.ProcessActionContainer Event

Occurs when the Action Containers displayed in the current Frame are changed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler<ProcessActionContainerEventArgs> ProcessActionContainer

Event Data

The ProcessActionContainer event's data class is ProcessActionContainerEventArgs. The following properties provide information specific to this event:

Property Description
ActionContainer Specifies the Action Container currently being processed.

Remarks

Handle the ProcessActionContainer event to customize Action Containers. This event is triggered when the Frame.SetView and Frame.SetTemplate methods are executed. If the Frame is a NestedFrame, the event is also triggered when Action Containers are registered and unregistered.

See Also