Back to Devexpress

ProcessActionContainerEventArgs Class

expressappframework-devexpress-dot-expressapp-eb03b046.md

latest2.0 KB
Original Source

ProcessActionContainerEventArgs Class

Represents arguments passed to the Frame.ProcessActionContainer event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ProcessActionContainerEventArgs :
    EventArgs
vb
Public Class ProcessActionContainerEventArgs
    Inherits EventArgs

ProcessActionContainerEventArgs is the data class for the following events:

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

ProcessActionContainerEventArgs Members

DevExpress.ExpressApp Namespace