DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLBodyElement

DOM

Editing
  • bug_report

Eventafterprint

insert_drive_fileEventinterfaceopen_in_new
Event interface는 HTMLBodyElement에서 afterprint 이벤트 타입으로 구현된다.

HTMLBodyElementafterprintEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

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

구문

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

명세

typeafterprint
bubblesno
cancelableno
targetHTMLBodyElement, Window
handleryes

지원 웹브라우저