示例#1
0
 /// <summary>
 /// Handles the Executed event of the ViewOnlineDocumentationCommandBinding control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="ExecutedRoutedEventArgs"/> instance containing the event data.</param>
 private void ViewOnlineDocumentationCommandBinding_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     HelpController.LaunchHelpDocumentationInDefaultBrowser();
 }