Basic Library for WinRT
OnNavigatedTo Method

Event data that describes how this page was reached. The Parameter property is typically used to configure the page.
Invoked when this page is about to be displayed in a Frame.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnNavigatedTo( _
   ByVal e As Windows.UI.Xaml.Navigation.NavigationEventArgs _
) 
protected override void OnNavigatedTo( 
   Windows.UI.Xaml.Navigation.NavigationEventArgs e
)

Parameters

e
Event data that describes how this page was reached. The Parameter property is typically used to configure the page.
See Also

Reference

MetadataWorkaround Class
MetadataWorkaround Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback