WindowEventHandlers
WindowEventHandlers
describes the event handlers common to several interfaces like Window
, or HTMLBodyElement
(en-US) and HTMLFrameSetElement
(en-US). Each of these interfaces can implement more event handlers.
WindowEventHandlers
is a not an interface and no object of this type can be created.
Properties
The events properties, of the form onXYZ
, are defined on the WindowEventHandlers
, and implemented by Window
, and WorkerGlobalScope
(en-US) for Web Workers.
WindowEventHandlers.onafterprint
(en-US)-
Is an
event handler
representing the code to be called when theafterprint
(en-US) event is raised. WindowEventHandlers.onbeforeprint
(en-US)-
Is an
event handler
representing the code to be called when thebeforeprint
(en-US) event is raised. WindowEventHandlers.onbeforeunload
-
Is an
event handler
representing the code to be called when thebeforeunload
event is raised. WindowEventHandlers.onhashchange
-
Is an
event handler
representing the code to be called when thehashchange
event is raised. WindowEventHandlers.onlanguagechange
(en-US) Experimental-
Is an
event handler
representing the code to be called when thelanguagechange
(en-US) event is raised. WindowEventHandlers.onmessage
(en-US)-
Is an
event handler
representing the code to be called when themessage
event is raised. WindowEventHandlers.onoffline
-
Is an
event handler
representing the code to be called when theoffline
(en-US) event is raised. WindowEventHandlers.ononline
-
Is an
event handler
representing the code to be called when theonline
(en-US) event is raised. WindowEventHandlers.onpagehide
-
Is an
event handler
representing the code to be called when thepagehide
(en-US) event is raised. WindowEventHandlers.onpageshow
-
Is an
event handler
representing the code to be called when thepageshow
(en-US) event is raised. WindowEventHandlers.onpopstate
-
Is an
event handler
representing the code to be called when thepopstate
(en-US) event is raised. WindowEventHandlers.onresize
-
Is an
event handler
representing the code to be called when theresize
(en-US) event is raised. WindowEventHandlers.onstorage
(en-US)-
Is an
event handler
representing the code to be called when thestorage
(en-US) event is raised. WindowEventHandlers.onunload
(en-US)-
Is an
event handler
representing the code to be called when theunload
(en-US) event is raised.
Methods
This interface defines no method.