AccessKeyInvokedEventArgs
AccessKeyInvokedEventArgs
AccessKeyInvokedEventArgs
AccessKeyInvokedEventArgs
Class
Definition
Provides event data for the AccessKeyInvoked event.
public : sealed class AccessKeyInvokedEventArgs : IAccessKeyInvokedEventArgspublic sealed class AccessKeyInvokedEventArgs : IAccessKeyInvokedEventArgsPublic NotInheritable Class AccessKeyInvokedEventArgs Implements IAccessKeyInvokedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Available starting in Windows 10, version 1607.
Constructors
AccessKeyInvokedEventArgs() AccessKeyInvokedEventArgs() AccessKeyInvokedEventArgs() AccessKeyInvokedEventArgs()
Initializes a new instance of the AccessKeyInvokedEventArgs class.
public : AccessKeyInvokedEventArgs()public AccessKeyInvokedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
Handled Handled Handled Handled
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.
public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.