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