Skip to main content

OfficeWorkSessionProcessing.OnActionExecuted(ActionExecutedContext) Method

Called after the action method is executed.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public void OnActionExecuted(
    ActionExecutedContext context
)

Parameters

Name Type Description
context ActionExecutedContext

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

See Also