using System; namespace UILib { public delegate bool ButtonClickEventHandler(IXUIButton button); }