namespace LemonUI.Menus { /// /// Represents the method that is called when an item is activated on a menu. /// /// The source of the event. /// An with the item information. public delegate void ItemActivatedEventHandler(object sender, ItemActivatedArgs e); }