Interface IWindowEventHandlers
Interface IWindowEventHandlers
이름 공간 : Aspose.Html.Window 구성: Aspose.HTML.dll (25.4.0)
창 개체에 의해 유산되어야 하는 인터페이스를 나타냅니다.
[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMName("WindowEventHandlers")]
public interface IWindowEventHandlers
OnAfterPrint
Gets or sets 이벤트 거래자
[DOMName("onafterprint")]
event DOMEventHandler OnAfterPrint
이벤트 유형
OnBeforePrint
Gets or sets 이벤트 거래자
[DOMName("onbeforeprint")]
event DOMEventHandler OnBeforePrint
이벤트 유형
OnBeforeUnload
Gets or sets 이벤트 거래자
[DOMName("onbeforeunload")]
event DOMEventHandler OnBeforeUnload
이벤트 유형
OnHashChange
Gets or sets 이벤트 거래자
[DOMName("onhashchange")]
event DOMEventHandler OnHashChange
이벤트 유형
OnMessage
Gets or sets 이벤트 거래자
[DOMName("onmessage")]
event DOMEventHandler OnMessage
이벤트 유형
OnOffline
Gets or sets 이벤트 거래자
[DOMName("onoffline")]
event DOMEventHandler OnOffline
이벤트 유형
OnOnline
Gets or sets 이벤트 거래자
[DOMName("ononline")]
event DOMEventHandler OnOnline
이벤트 유형
OnPageHide
Gets or sets 이벤트 거래자
[DOMName("onpagehide")]
event DOMEventHandler OnPageHide
이벤트 유형
OnPageShow
Gets or sets 이벤트 거래자
[DOMName("onpageshow")]
event DOMEventHandler OnPageShow
이벤트 유형
OnPopState
Gets or sets 이벤트 거래자
[DOMName("onpopstate")]
event DOMEventHandler OnPopState
이벤트 유형
OnStorage
Gets or sets 이벤트 거래자
[DOMName("onstorage")]
event DOMEventHandler OnStorage
이벤트 유형
OnUnload
Gets or sets 이벤트 거래자
[DOMName("onunload")]
event DOMEventHandler OnUnload