Widget handler: OnLeave

From AddOn Studio
Revision as of 04:49, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page UIHANDLER OnLeave to UIHANDLER OnLeave without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Widget handlers < OnLeave

Description[edit]

The OnLeave handler is called when the user mouse pointer leaves the frame.

A typical use for this event is to hide information which was popped up in the OnEnter handler of a frame. In combination with its opposite event handler OnEnter it can be used for instance to implement help tooltips for frames or frame widgets.

Arguments[edit]

No known arguments

Example[edit]

Please go to the OnEnter page to find a code example for how to use OnEnter and OnLeave to implement a mouseover help text for a frame.