Contents

didUpdateNotification

A notification that the window object received an update message.

Declaration

class let didUpdateNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that received the update() message. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications