Event ContextMenuItemRemoved
Occurs when an item is removed from the context menu.
public static event EventHandler<MenuChangeEventArgs>? ContextMenuItemRemoved
Returns
- EventHandler<MenuChangeEventArgs>
- Occurs when an item is removed from the context menu.
Remarks
This event is triggered whenever an item is removed, providing details about the removed item through the MenuChangeEventArgs parameter. Subscribers can use this event to perform actions such as updating the UI or logging changes.