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

OfficeWorkSessionProcessing.OnActionExecuted(ActionExecutedContext) Method

Called after the action method is executed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public override void OnActionExecuted(
    ActionExecutedContext filterContext
)

Parameters

Name Type Description
filterContext ActionExecutedContext

An object that contains the information about the current request and action.

See Also