Back to Devexpress

Frame.ProcessActionContainer Event

expressappframework-devexpress-dot-expressapp-dot-frame-cbdb291f.md

latest2.2 KB
Original Source

Frame.ProcessActionContainer Event

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler<ProcessActionContainerEventArgs> ProcessActionContainer
vb
Public Event ProcessActionContainer As EventHandler(Of ProcessActionContainerEventArgs)

Event Data

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

PropertyDescription
ActionContainerSpecifies the Action Container currently being processed.

Remarks

Handle the ProcessActionContainer event to customize Action Containers. This event fires when you execute the Frame.SetView and Frame.SetTemplate methods. If the Frame is nested, the event also fires when Action Containers are registered and unregistered.

To customize an Action’s control, use the CustomizeControl event.

See Also

Frame Class

Frame Members

DevExpress.ExpressApp Namespace