namespace LemonUI.Menus { /// /// Represents the method that is called when the value on a grid is changed. /// /// The source of the event. /// An with the item information. public delegate void GridValueChangedEventHandler(object sender, GridValueChangedArgs e); }