TextElement.AccessKeyDisplayDismissed Event

Definition

Occurs when the access key sequence is complete to notify controls that they should hide access key visuals.

C#
public event TypedEventHandler<TextElement,AccessKeyDisplayDismissedEventArgs> AccessKeyDisplayDismissed;

Event Type

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also