Interface IWindowEventHandlers
Interface IWindowEventHandlers
De naam: Aspose.Html.Window Verzameling: Aspose.HTML.dll (25.4.0)
Vertegenwoordigt een interface die moet worden geërfd door het venster object
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMName("WindowEventHandlers")]
public interface IWindowEventHandlers
OnAfterPrint
Gets of sets event handler
[DOMName("onafterprint")]
event DOMEventHandler OnAfterPrint
Event type
OnBeforePrint
Gets of sets event handler
[DOMName("onbeforeprint")]
event DOMEventHandler OnBeforePrint
Event type
OnBeforeUnload
Gets of sets event handler
[DOMName("onbeforeunload")]
event DOMEventHandler OnBeforeUnload
Event type
OnHashChange
Gets of sets event handler
[DOMName("onhashchange")]
event DOMEventHandler OnHashChange
Event type
OnMessage
Gets of sets event handler
[DOMName("onmessage")]
event DOMEventHandler OnMessage
Event type
OnOffline
Gets of sets event handler
[DOMName("onoffline")]
event DOMEventHandler OnOffline
Event type
OnOnline
Gets of sets event handler
[DOMName("ononline")]
event DOMEventHandler OnOnline
Event type
OnPageHide
Gets of sets event handler
[DOMName("onpagehide")]
event DOMEventHandler OnPageHide
Event type
OnPageShow
Gets of sets event handler
[DOMName("onpageshow")]
event DOMEventHandler OnPageShow
Event type
OnPopState
Gets of sets event handler
[DOMName("onpopstate")]
event DOMEventHandler OnPopState
Event type
OnStorage
Gets of sets event handler
[DOMName("onstorage")]
event DOMEventHandler OnStorage
Event type
OnUnload
Gets of sets event handler
[DOMName("onunload")]
event DOMEventHandler OnUnload