Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/canvas.ts>WindowCloseEvent

Deno Window Manager: Cross-platform window creation and management
Go to Latest
class WindowCloseEvent
extends WindowEvent
import { WindowCloseEvent } from "https://deno.land/x/dwm@0.3.2/ext/canvas.ts";

Event triggered when a window requested to close

Constructors

new
WindowCloseEvent(window: DwmWindow)