protected void OnFavoriteChanged(NSNotification notification)
 {
     sessionView.UpdateFavorite();
 }
コード例 #2
0
 /// <summary>
 /// Keep favorite-stars in sync with changes made on other screens
 /// </summary>
 public override void ViewWillAppear(bool animated)
 {
     base.ViewWillAppear(animated);
     sessionView.UpdateFavorite();
 }