Windows Phone Class Library
Page.OnNavigatedTo Method
January 13, 2012
Called when a page becomes the active page in a frame.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Visual Basic (Declaration)
Protected Overridable Sub OnNavigatedTo ( _ e As NavigationEventArgs _ )
C#
protected virtual void OnNavigatedTo( NavigationEventArgs e )
Parameters
- e
- Type: System.Windows.Navigation.NavigationEventArgs
An object that contains the event data.
Version Information
Windows Phone OS
Supported in: 7.1, 7.0Platforms
Windows Phone
See Also
