Capture navigation target which triggered beforeExit event
Content
We're cancelling navigation in the action chain triggered by vbBeforeExit event.
User is offered 2 options in the dialog: Save and Cancel.
On button the Save click we're calling SaveActionChain to save the changes and we'd like to resume navigation without additional user interaction.
Is there way to capture navigation target which triggered beforeExit?
0