NavigationView.BackRequested Event

Definition

Occurs when the back button receives an interaction such as a click or tap.

C#
public event TypedEventHandler<NavigationView,NavigationViewBackRequestedEventArgs> BackRequested;
XAML
<NavigationView BackRequested="eventhandler" />

Event Type

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also