ASPxClientTreeListValuesCallback Interface
In This Article
A JavaScript function which receives the list of row values when a specific client method (such as the ASPxClientTreeList.GetNodeValues or ASPxClientTreeList.GetSelectedNodeValues) is called.
#Declaration
TypeScript
interface ASPxClientTreeListValuesCallback
#Parameters
Name | Type | Description |
---|---|---|
result | any | An object that represents the list of row values received from the server. |
#Returns
Type |
---|
void |
See Also