コード例 #1
0
        protected override void OnElementChanged(VisualElementChangedEventArgs e)
        {
            base.OnElementChanged(e);
            if (e.OldElement != null)
            {
                return;
            }

            if (e.NewElement != null)
            {
                _LocalPage = e.NewElement as LocalPage;
            }
        }
コード例 #2
0
            }                               // this is used so we have the pure url (without input field)

            public Entry(LocalPage page)
            {
                Url   = page.Url;
                Popup = page.Popup;
            }