Exemplo n.º 1
0
        protected void RaiseLayoutZoneChanged(LayoutZone zone, BaseFragment fragment)
        {
            var handler = this.LayoutZoneChanged;

            if (handler != null)
            {
                handler(this, new LayoutZoneChangedArgs()
                {
                    Zone = zone, Host = this, Fragment = fragment
                });
            }
        }
Exemplo n.º 2
0
 public virtual void OnAddedToMultiHost(IMultiViewHost host, LayoutZone zone)
 {
 }