Widget handler: OnHide
Jump to navigation
Jump to search
Description
The OnHide event is called when a shown frame is about to be hidden or when a hidden frame is about to become visible on screen. Hiding / Showing a frame that is already hidden / visible does not invoke the OnHide event.
Arguments
- no known arguments
Notes
Have a look at Handling UI Events for an explanation of event handling and some code examples.