Contents

didEndSheetNotification

A notification that the window object closed an attached sheet.

Declaration

class let didEndSheetNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that contained the sheet. This notification doesn’t contain a userInfo dictionary.

To observe this notification using Swift concurrency, use NSWindow.DidEndSheetMessage.

See Also

Notifications