TextElement.AccessKeyInvoked Event

Definition

Occurs when a user completes an access key sequence to notify the element that the access key action should be invoked.

C#
public event TypedEventHandler<TextElement,AccessKeyInvokedEventArgs> AccessKeyInvoked;

Event Type

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also