constructor(request) Constructor
Initializes a new instance of the ASPxClientSpreadsheetBeforeSendEventArgs class with specified settings.
Declaration
constructor(
request: XMLHttpRequest
)
Parameters
| Name | Type | Description |
|---|---|---|
| request | XMLHttpRequest | An XMLHttpRequest (XHR) object used to interact with a server. |
See Also