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

            public void SetDataRoot(global::TMSSoundBoard.Model.MenuItem newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }