namespace LemonUI.Menus
{
///
/// Represents the method that is called when a new item is selected in the Menu.
///
/// The source of the event.
/// A with the index information.
public delegate void SelectedEventHandler(object sender, SelectedEventArgs e);
}