BackRequestedEventArgs
BackRequestedEventArgs
BackRequestedEventArgs
BackRequestedEventArgs
Class
Definition
Provides event data for the SystemNavigationManager.BackRequested event.
public : sealed class BackRequestedEventArgs : IBackRequestedEventArgspublic sealed class BackRequestedEventArgs : IBackRequestedEventArgsPublic NotInheritable Class BackRequestedEventArgs Implements IBackRequestedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Handled Handled Handled Handled
Gets or sets a value that indicates whether the app performed the requested back-navigation.
public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if the app performed the requested back-navigation; otherwise, false. The default is false.