ASPxClientCallbackCompleteEventArgs.parameter Property
In This Article
Gets a string that contains specific information (if any) passed from the client side for server-side processing.
#Declaration
TypeScript
parameter: string
#Property Value
Type | Description |
---|---|
string | A string value representing specific information passed from the client to the server side. |
See Also