Widget handler: OnHide

From AddOn Studio
Jump to navigation Jump to search

Widget handlers < OnHide

Description[edit]

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[edit]

no known arguments

Notes[edit]

Have a look at Handling UI Events for an explanation of event handling and some code examples.