ASPxWebDocumentViewer.CanProcessHandlerRequest Event
In This Article
Occurs when a request is sent to the DevExpress HTTP handler. Handle this event to stop processing requests for the ASPxWebDocumentViewer.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#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