onRestoreVariablesFromLocalStorage
Arguments
- eobject
An object with the following properties:
- userDataobject
An object containing one or more user-defined data values that were persisted to Local Storage.
Description
Fires after the component has been rendered and variable values persisted to Local Storage have been restored.
Discussion
The onRestoreVariablesFromLocalStorage event will fire after data has been restored from Local Storage. This event handler can access the e.userData property, which was optionally defined when the onBeforePersistControlValuesToLocalStorage event was fired.
Example
var userValues = e.userData;