Summary
Raised after the menu is closed.
- Namespace
- Avalonia
.Controls - Containing Type
- NativeMenu
- Event Type
- EventHandler
<EventArgs>
Syntax
public event EventHandler<EventArgs> Closed
Remarks
Do not update the menu in this event; use
NeedsUpdate
.