TextElement.AccessKeyDisplayRequested Event

Definition

Occurs when the access key sequence is started to notify controls that they should show access key visuals.

C#
public event TypedEventHandler<TextElement,AccessKeyDisplayRequestedEventArgs> AccessKeyDisplayRequested;

Event Type

Remarks

This event is not raised if the element is under an element with its UIElement.Visibility property set to Collapsed.

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