Exemplo n.º 1
0
 /// <summary>
 /// Called when the host receives the suspend event.
 /// </summary>
 public void OnSuspend()
 {
     _uiImplementation.OnSuspend();
     ApplicationView.GetForCurrentView().VisibleBoundsChanged -= OnBoundsChanged;
 }
 /// <summary>
 /// Called when the host receives the suspend event.
 /// </summary>
 public void OnSuspend()
 {
     _uiImplementation.OnSuspend();
     _window.SizeChanged -= OnBoundsChanged;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Called when the host receives the suspend event.
 /// </summary>
 public void OnSuspend()
 {
     _uiImplementation.OnSuspend();
 }
 /// <summary>
 /// Called when the host receives the suspend event.
 /// </summary>
 public void OnSuspend()
 {
     _uiImplementation.OnSuspend();
     ApplicationView.GetForCurrentView().VisibleBoundsChanged  -= OnBoundsChanged;
     DisplayInformation.GetForCurrentView().OrientationChanged -= OnOrientationChanged;
 }