摘要:
父对象页Cell cell = new Cell();//居中显示cell.WindowStartupLocation = WindowStartupLocation.CenterScreen;//绑定事件cell.pevent += new Cell.PassResultHandler(RefreshData);事件触发后调用RefreshData() 方法-------------------------子对象页面//申明委托 public delegate void PassResultHandler(List<ArchivesEntity.FileBox> boxlist) 阅读全文