Пример #1
0
 public void Handle(NewCardEventModel message)
 {
     _thisObject !.BindingContext = null;// not sure why its not updating properly.  trying this way for now.
     _thisObject.BindingContext   = _thisMod !.CurrentDisplayCard;
 }
 public void Handle(NewCardEventModel message)
 {
     _thisObject !.DataContext = null; //otherwise, does not update properly sometimes.
     _thisObject.DataContext   = _thisMod !.CurrentDisplayCard;
 }