Skip to main content
All docs
V19.2

ASPxSpreadsheet.DocumentSelectorCloudProviderRequest Event

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

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.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