afterprints

open fun afterprints(init: Event.() -> Unit): Listener<Event, T>

occurs when a page has started printing, or if the print dialogue box has been closed

Return

a Listener that emits Events on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when a page has started printing, or if the print dialogue box has been closed