public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args) { global::CaregiverIKNOWU.Models.Face data = args.NewValue as global::CaregiverIKNOWU.Models.Face; if (args.NewValue != null && data == null) { throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::CaregiverIKNOWU.Models.Face was expected."); } this.SetDataRoot(data); this.Update(); }
// Update methods for each path node used in binding steps. private void Update_(global::CaregiverIKNOWU.Models.Face obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | (1 << 0))) != 0) { this.Update_Image(obj.Image, phase); this.Update_UpdatedAt(obj.UpdatedAt, phase); } } }
// MainPage_obj2_Bindings public void SetDataRoot(global::CaregiverIKNOWU.Models.Face newDataRoot) { this.dataRoot = newDataRoot; }