Table of Contents

Event MainMenuItemRemoved

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

Occurs when an item is removed from the main menu.

public static event EventHandler<MenuChangeEventArgs>? MainMenuItemRemoved

Returns

EventHandler<MenuChangeEventArgs>
Occurs when an item is removed from the main 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.