Contents

willBeginSheetNotification

A notification that the window object is about to open a sheet.

Declaration

class let willBeginSheetNotification: NSNotification.Name

Discussion

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

See Also

Notifications