afterControlBasedOnClientSideDataCacheRefreshed
Arguments
- eObject
An object with the following properties:
- controlNamestring
The control whose data has been refreshed.
Description
Fires when the control's Client-side data source has been refreshed.
Discussion
Several control types (SpinList, ButtonList, Slider) can be populated from data in the Client-side data cache. The afterControlBasedOnClientSideDataCacheRefreshed event fires after a control that is populated from the Client-side data cache has been populated.
See Also