using System; namespace UILib { public delegate bool ListSelectEventHandler(IXUIListItem uiListItem); }