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.

See Also

Notifications