Event Accepted
Raised when the user has accepted an item in this menu (or submenu). This is used to determine when to hide the menu.
public event EventHandler<CommandEventArgs>? Accepted
Returns
- EventHandler<CommandEventArgs>
- Raised when the user has accepted an item in this menu (or submenu). This is used to determine when to hide the menu.
Remarks
See RaiseAccepted(ICommandContext?) for more information.