CloseEvent
classin packageklyn.gui.event
public class CloseEvent extends GuiEvent:
└ CloseEvent

Window close notification payload.

The current native window backend treats this as a notification, not a cancellable close request.

window.closed += lambda(e: CloseEvent): print("closed")
Properties inherited from Event: source, timestamp
Constructors
Modifier and Type Member Description
public CloseEvent
CloseEvent(source as Object):
Creates a close event payload.