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

ASPxReportDesigner.CanProcessHandlerRequest Event

Occurs when a request is sent to the DevExpress HTTP handler, and allows cancelling request processing for the ASPxReportDesigner.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public static event EventHandler<CanProcessHandlerRequestEventArgs> CanProcessHandlerRequest

Event Data

The CanProcessHandlerRequest event's data class is CanProcessHandlerRequestEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Specifies whether the event handler execution should be canceled.
See Also