The popuphidden event is executed when a <menupopup>, <panel> or <tooltip> has become hidden.
General info
- Specification
- XUL
- Interface
- PopupEvent
- Bubbles
- Yes
- Cancelable
- Yes
- Target
- element
- Default Action
- None
Properties
| Property | Type | Description | 
|---|---|---|
| targetRead only | EventTarget | The event target (the topmost target in the DOM tree). | 
| typeRead only | DOMString | The type of event. | 
| bubblesRead only | boolean | Does the event normally bubble? | 
| cancelableRead only | boolean | Is it possible to cancel the event? |