Table of Contents

Method RaiseItemInserted

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

RaiseItemInserted(Menu, MenuChangeEventArgs)

Raises the "item inserted" events to notify subscribers that a new menu item has been inserted.

public static void RaiseItemInserted(Menu sender, MenuChangeEventArgs e)

Parameters

sender Menu

The MenuItem that triggered the event.

e MenuChangeEventArgs

The event data associated with the menu item insertion.