Table of Contents

Method OnItemChanged

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

OnItemChanged(Menu, MenuChangeEventArgs)

Invoked when an item in the menu is changed.

protected virtual void OnItemChanged(Menu item, MenuChangeEventArgs e)

Parameters

item Menu

The Menu instance that was changed. Cannot be null.

e MenuChangeEventArgs

The event arguments containing information about the change.

Remarks

This method is called to notify derived classes of changes to a menu item. Subclasses can override this method to handle item changes, such as updates, additions, or removals.