示例#1
0
 /// <summary>
 /// Invoked when application entered the background.
 /// </summary>
 /// <param name="sender">The source of the entered background request.</param>
 /// <param name="e">Details about the entered background request.</param>
 private void OnEnteredBackground(object sender, EnteredBackgroundEventArgs e)
 {
     _host.OnEnteredBackground();
 }