aspnet-devexpress-dot-web-355a14d5.md
Lists the values specifying how to process the PRE/POST requests.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum RequestEvent
Public Enum RequestEvent
| 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.
|
The following properties accept/return RequestEvent values:
See Also
ASPxReportDesigner.RequestEvent