Example #1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::PersonalFinances.Models.SourceOfIncome data = args.NewValue as global::PersonalFinances.Models.SourceOfIncome;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::PersonalFinances.Models.SourceOfIncome was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Example #2
0
 private void Update_SourceOfIncome(global::PersonalFinances.Models.SourceOfIncome obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_SourceOfIncome_Name(obj.Name, phase);
         }
     }
 }
Example #3
0
            // CategoriesPage_obj9_Bindings

            public void SetDataRoot(global::PersonalFinances.Models.SourceOfIncome newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }