Callback when export dialog open

You can observe when any window becomes key window.
https://developer.apple.com/documentation/appkit/nswindowdidbecomekeynotification?language=objc

center = NSNotificationCenter.defaultCenter()
center.addObserver_selector_name_object_(self, "windowStatusDidChange:". :NSWindowDidBecomeKeyNotification, None)