public void OnActivated() { // Fade in all of the elements. SlideFadeInBehaviour.DoSlideFadeIn(this); // Handle the 'show popup' executed event. // ((UpdateViewModel)DataContext).ShowPopupCommand.Executed += ShowPopupCommand_Executed; }
public void OnActivated() { // Fade in all of the elements. SlideFadeInBehaviour.DoSlideFadeIn(this); }
public void OnActivated() { // throw new NotImplementedException(); SlideFadeInBehaviour.DoSlideFadeIn(this); }
public void OnActivated() { // Do the fade in. SlideFadeInBehaviour.DoSlideFadeIn(this); }