BackPressedEventArgs
BackPressedEventArgs
BackPressedEventArgs
BackPressedEventArgs
Class
Definition
Provides data for the BackPressed event.
public : sealed class BackPressedEventArgs : IBackPressedEventArgspublic sealed class BackPressedEventArgs : IBackPressedEventArgsPublic NotInheritable Class BackPressedEventArgs Implements IBackPressedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Properties
Handled Handled Handled Handled
Gets or sets whether the event was handled.
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
Whether the event was handled.