ASPxClientUploadControl.BeforeSend Event
Occurs before a web request is sent to the server.
Declaration
BeforeSend: ASPxClientEvent<ASPxClientUploadBeforeSendEventHandler>
Event Data
The BeforeSend event's data class is ASPxClientEventArgs.
Remarks
The event fires before the request is sent to the server and allows you to customize this request (for example, add headers).
See Also