예제 #1
0
        protected override void OnUnload(EventArgs e)
        {
            foreach (var control in InnerDataSource.GetAllBoundControls().ToArray())
            {
                InnerDataSource.Unregister(control);
            }

            base.OnUnload(e);
        }
예제 #2
0
 public ReadOnlyCollection <IBusinessObjectBoundControl> GetAllBoundControls()
 {
     return(InnerDataSource.GetAllBoundControls());
 }