Skip to main content
A newer version of this page is available. .

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