using System; namespace UILib { public delegate bool CheckBoxOnCheckEventHandler(IXUICheckBox iXUICheckBox); }