Exemple #1
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::ProgressiveRendering.Employee data = args.NewValue as global::ProgressiveRendering.Employee;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::ProgressiveRendering.Employee was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Exemple #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::ProgressiveRendering.Employee obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Name(obj.Name, phase);
         }
         if ((phase & (NOT_PHASED | (1 << 0) | (1 << 1))) != 0)
         {
             this.Update_Title(obj.Title, phase);
         }
     }
 }
Exemple #3
0
            // MainPage_obj2_Bindings

            public void SetDataRoot(global::ProgressiveRendering.Employee newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }