Contents

willMoveNotification

A notification that the window object is about to move.

Declaration

class let willMoveNotification: NSNotification.Name

Discussion

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

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

See Also

Notifications