Contents

willCloseNotification

A notification that the window object is about to close.

Declaration

class let willCloseNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that’s about to close. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications