Message 1 of 5

Not applicable
12-13-2016
07:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there an event that I can subscribe to to be notified when a user clicks on the black "X" to close a dockable pane?
I could setup a timer to check using.
Dim pane As DockablePane = shareduiApp.GetDockablePane(docPaneID) Dim isShown As Boolean = pane.IsShown()
But that doesn't seam very efficient.
Any other ideas?
Regards
Phillip
Solved! Go to Solution.