ASPxClientCallbackCompleteEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new object of the ASPx |
#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