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

RequestEvent Enum

Lists the values specifying how to process the PRE/POST requests.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum RequestEvent

Members

Name Description
BeginRequest

A request is processed in the BeginRequest event handler.

PreRequestHandlerExecute

A request is processed in the PreRequestHandlerExecute event handler.

AuthorizeRequest

A request is processed in the System.Web.HttpApplication.AuthorizeRequest event handler.

Related API Members

The following properties accept/return RequestEvent values:

See Also