Back to Devexpress

RequestEvent Enum

aspnet-devexpress-dot-web-355a14d5.md

latest1.7 KB
Original Source

RequestEvent Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum RequestEvent
vb
Public Enum RequestEvent

Members

NameDescription
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

ASPxWebDocumentViewer.RequestEvent

DevExpress.Web Namespace