Message 1 of 3
Event when user closes a view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to run code when user closes a UIView? I've looked at DocumentChanged event, but neither Modified nor Deleted elements include UIViews. There is ViewActivated Event, but I don't see corresponding "ViewDeactivated Event".
This is necessary to keep track of currently opened UIViews, as output of GetOpenUIViews doesn't include sheets with activated views.