Detecting Unsaved Changes on Hard Refresh in VBS/VBCS Application
Summary:
I have a VBCS application where I need to detect unsaved changes on a page when the user performs a hard refresh of the UI.
I have tried using event listeners like vbBeforeExit and vbExit, but these are only triggered when navigating between pages within the application. However, if the user refreshes the entire application (hard refresh), these event listeners do not get triggered.
Is there a way to handle or define events that can detect unsaved changes when a hard refresh occurs? Any suggestions or best practices would be greatly appreciated!
Content (please ensure you mask any confidential information):
Tagged:
0