BackRequestedEventArgs.Handled Property
Definition
Gets or sets a value that indicates whether the app performed the requested back-navigation.
public:
property bool Handled { bool get(); void set(bool value); };
bool Handled();
void Handled(bool value);
public bool Handled { get; set; }
var boolean = backRequestedEventArgs.handled;
backRequestedEventArgs.handled = boolean;
Public Property Handled As Boolean
Property Value
true if the app performed the requested back-navigation; otherwise, false. The default is false.