ASPxClientRichEditBeforeSendEventArgs Members
Contains data for the ASPxClientRichEdit.BeforeSend event.Constructors
| Name | Description |
|---|---|
| constructor(request) | Initializes a new instance of the ASPxClientRichEditBeforeSendEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| request | Gets an XMLHttpRequest (XHR) object used to interact with a server. |
See Also