Ejemplo n.º 1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel data = args.NewValue as global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Ejemplo n.º 2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Article0(obj.Article0, phase);
             this.Update_Article1(obj.Article1, phase);
         }
     }
 }
Ejemplo n.º 3
0
            // SectionView_obj7_Bindings

            public void SetDataRoot(global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }
Ejemplo n.º 4
0
            // SectionView_obj7_Bindings

            public void SetDataRoot(global::JeSuiSCatholic.ViewModels.HeroArticlesViewModel newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }