MainMenu.ItemCreated

Syntax

ItemCreated: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The ItemCreated event occurs after creating a menu item.

Example

The example of use is given on the page of the MainMenu.DiscussItemSelected event.

See also:

MainMenu