This topic has not yet been rated - Rate this topic

How to: Refresh a Page

This example shows how to call the Refresh method to refresh the current content in a NavigationWindow.

Refresh refreshes the current content in a NavigationWindow to be reloaded from its source.


void navigateRefreshButton_Click(object sender, RoutedEventArgs e)
{
    this.Refresh();
}


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.