Page.OnNavigatedFrom method

0 out of 1 rated this helpful - Rate this topic

Invoked immediately after the Page is unloaded and is no longer the current source of a parent Frame.

Syntax


protected virtual void OnNavigatedFrom(
  NavigationEventArgs e
)

Parameters

e

Type: NavigationEventArgs

Event data that can be examined by overriding code. The event data is representative of the navigation that has unloaded the current Page.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Page

 

 

Build date: 3/12/2013

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