Table of Contents

Event ItemInserted

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

Occurs when a new item is inserted into the items of MenuItem.

public static event EventHandler<MenuChangeEventArgs>? ItemInserted

Returns

EventHandler<MenuChangeEventArgs>
Occurs when a new item is inserted into the items of .

Remarks

This event is triggered whenever an item is added. Subscribers can use this event to respond to changes in the menu's structure.