menuDidClose(_:)
Invoked after a menu closed.
Declaration
@MainActor optional func menuDidClose(_ menu: NSMenu)Parameters
- menu:
The menu that closed.
Discussion
Don’t modify the structure of the menu or the menu items during this method.
Invoked after a menu closed.
@MainActor optional func menuDidClose(_ menu: NSMenu)The menu that closed.
Don’t modify the structure of the menu or the menu items during this method.