DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLBodyElement  >   settings_applications[[Prototype]]

DOM

  • bug_report

EventHandleronafterprint

문서가 인쇄를 시작하거나 인쇄 미리보기가 닫힌 후에 발생한다.

insert_drive_fileEventinterfaceopen_in_new
Event interface의 afterprint 이벤트는 HTMLBodyElement의 onafterprint 핸들러에 의해 구현된다.

HTMLBodyElement의 onafterprint는(은) Event interface의 afterprint 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

구문

형식
window.addEventListener("afterprint", function() { } );

명세

typeafterprint
bubblesno
cancelableno
targetWindow, HTMLBodyElement
handleronafterprint

지원 웹브라우저