protected void RaiseLayoutZoneChanged(LayoutZone zone, BaseFragment fragment) { var handler = this.LayoutZoneChanged; if (handler != null) { handler(this, new LayoutZoneChangedArgs() { Zone = zone, Host = this, Fragment = fragment }); } }
public virtual void OnAddedToMultiHost(IMultiViewHost host, LayoutZone zone) { }