windowDidMove(_:)
Tells the delegate that the window has moved.
Declaration
@MainActor optional func windowDidMove(_ notification: Notification)Parameters
- notification:
A notification named Didmovenotification.
Discussion
You can retrieve the NSWindow object in question by sending object to notification.