Table of Contents

Event ContextMenuItemRemoved

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.