ASPxClientFileManagerCallback Interface
A JavaScript function that receives callback data obtained via a call to the ASPxClientFileManager.SetCurrentFolderPath method.
Declaration
interface ASPxClientFileManagerCallback
Parameters
| Name | Type | Description |
|---|---|---|
| result | any | An object that contains a callback data. |
Returns
| Type |
|---|
| void |
See Also