windowWillMove(_:)
Tells the delegate that the window is about to move.
Declaration
@MainActor optional func windowWillMove(_ notification: Notification)Parameters
- notification:
A notification named Willmovenotification.
Discussion
You can retrieve the NSWindow object in question by sending object to notification.