WoW:UIHANDLER OnHide: Difference between revisions
Jump to navigation
Jump to search
(initial entry (description, arguments, notes)) |
m (Move page script moved page UIHANDLER OnHide to UIHANDLER OnHide without leaving a redirect) |
Latest revision as of 04:49, 15 August 2023
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.