popoverWillClose(_:)
Invoked when the popover is about to close.
Declaration
@MainActor optional func popoverWillClose(_ notification: Notification)Discussion
Invoked on the delegate when the willCloseNotification notification is sent.
This method will also be invoked on the delegate’s popover, if the method has been implemented.