ASPxClientCallbackCompleteEventArgs Members
Provides data for events concerning the final processing of a callback.Constructors
| Name | Description |
|---|---|
| constructor(parameter, result) | Initializes a new object of the ASPxClientCallbackCompleteEventArgs type with the specified settings. |
Properties
| Name | Description |
|---|---|
| parameter | Gets a string that contains specific information (if any) passed from the client side for server-side processing. |
| result | Gets a string that contains specific information (if any) that has been passed from the server to the client side for further processing. |
See Also