namespace LemonUI.Menus { /// /// Represents the method that is called when the items on a menu are changed (added or removed). /// /// The source of the event. /// An with the menu operation. public delegate void MenuModifiedEventHandler(object sender, MenuModifiedEventArgs e); }