ASPxClientCardViewValuesCallback Interface
Represents a JavaScript function which receives the list of card values when the client ASPxClientCardView.GetCardValues, ASPxCardView.GetCurrentPageCardValues or ASPxClientCardView.GetSelectedFieldValues method is called.
Declaration
interface ASPxClientCardViewValuesCallback
Parameters
| Name | Type | Description |
|---|---|---|
| result | any | An object that represents the list of card values received from the server. |
Returns
| Type |
|---|
| void |
See Also