ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / MetadataWorkaround Class / OnNavigatedTo Method
Event data that describes how this page was reached. The Parameter property is typically used to configure the page.

In This Topic
    OnNavigatedTo Method
    In This Topic
    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