ASPxClientCallbackCompleteEventArgs Properties
Provides data for events concerning the final processing of a callback.| 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