Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxRichEdit.DocumentSelectorCloudProviderRequest Event

Fires when a cloud provider used in the Document Selector sends a request to a cloud service.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public event FileManagerCloudProviderRequestEventHandler DocumentSelectorCloudProviderRequest

Event Data

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

Property Description
Request Gets the processed request.

Remarks

Use the DocumentSelectorCloudProviderRequest event to perform custom actions when the Document Selector‘s cloud provider sends a request to a cloud service.

See Also