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

x/dwm/ext/canvas.ts>WindowClosedEvent

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

Event triggered when a window is closed

Constructors

new
WindowClosedEvent(window: DwmWindow)