HTML DOM UiEvent
The UiEvent Object
The UiEvent Object handles events that are triggered from the user interface.
Ui Events
| Event | Occurs When |
|---|---|
| abort | The loading of a media is aborted |
| beforeunload | A document is about to be unloaded |
| error | An error occurs during the loading of a media file |
| load | An object has loaded |
| resize | The document view is resized |
| scroll | An element's scrollbar is scrolled |
| select | A user selects text |
| unload | A page has unloaded (for <body>) |
UiEvent Properties
| Property | Returns |
|---|---|
| detail | The details about an event |
| view | The Window object where the event occurred |
Inherited Properties and Methods
The UiEvent inherits all the properties and methods from:
Related Event Objects
These event objects iherits the properties of the UiEvent: